HomeSort by relevance Sort by last modified time
    Searched defs:Labels (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 32 SmallVector<MCSymbol*, 4> Labels;
51 /// Overriding this function allows us to record all labels that should be
56 /// Overriding this function allows us to dismiss all labels that are
61 /// Overriding this function allows us to dismiss all labels that are
68 /// Mark labels as microMIPS, if necessary for the subtarget.
  /external/autotest/site_utils/suite_scheduler/
constants.py 9 class Labels:
13 @var BOARD_PREFIX The string with which board labels are prefixed.
14 @var POOL_PREFIX The stright with which pool labels are prefixed.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 248 /// for this scope and attach DW_AT_low_pc/DW_AT_high_pc labels.
317 assert (0 && "Unexpected Start and End labels for a inlined scope!");
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h 536 SmallVector<const LabelDecl*, 4> Labels;
553 Labels.push_back(label);
563 // this ends the cleanup scope before rescoping any labels.
576 if (!Labels.empty())
    [all...]

Completed in 339 milliseconds