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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.h 34 SmallVector<MCSymbol*, 4> Labels;
48 /// Overriding this function allows us to record all labels that should be
53 /// Overriding this function allows us to dismiss all labels that are
58 /// Overriding these functions allows us to dismiss all labels that are
64 // Overriding these functions allows us to avoid recording of these labels
73 /// Mark labels as microMIPS, if necessary for the subtarget.
  /external/autotest/server/
constants.py 5 class Labels:
9 @var BOARD_PREFIX The string with which board labels are prefixed.
10 @var MODEL_PREFIX The string with which model labels are prefixed.
11 @var POOL_PREFIX The stright with which pool labels are prefixed.
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.h 129 bool hasLabelAt(uint64_t Addr) const { return Labels.count(Addr); }
284 SmallDenseMap<uint64_t, uint64_t, 1> Labels;
  /external/swiftshader/third_party/subzero/src/
IceInst.h 665 /// Phi instruction. For incoming edge I, the node is Labels[I] and the Phi
679 CfgNode *getLabel(SizeT Index) const { return Labels[Index]; }
680 void setLabel(SizeT Index, CfgNode *Label) { Labels[Index] = Label; }
692 /// Labels[] duplicates the InEdges[] information in the enclosing CfgNode,
695 CfgVector<CfgNode *> Labels;
795 return Labels[I];
808 Func->deallocateArrayOf<CfgNode *>(Labels);
815 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...]

Completed in 344 milliseconds