HomeSort by relevance Sort by last modified time
    Searched defs:Labels (Results 1 - 7 of 7) 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/subzero/src/
IceInst.h 658 /// Phi instruction. For incoming edge I, the node is Labels[I] and the Phi
672 CfgNode *getLabel(SizeT Index) const { return Labels[Index]; }
673 void setLabel(SizeT Index, CfgNode *Label) { Labels[Index] = Label; }
685 /// Labels[] duplicates the InEdges[] information in the enclosing CfgNode,
688 CfgVector<CfgNode *> Labels;
788 return Labels[I];
801 Func->deallocateArrayOf<CfgNode *>(Labels);
808 CfgNode **Labels; /// size is NumCases
    [all...]
  /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...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 209 milliseconds