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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 92 // The 'try-range' is BeginLabel .. EndLabel.
93 MCSymbol *BeginLabel; // zero indicates the start of the function.
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 189 MCSymbol *BeginLabel; // zero indicates the start of the function.
302 MCSymbol *BeginLabel = LandingPad->BeginLabels[j];
303 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!");
305 PadMap[BeginLabel] = P;
320 MCSymbol *BeginLabel = MI->getOperand(0).getMCSymbol();
321 assert(BeginLabel && "Invalid label!");
323 if (BeginLabel == LastLabel)
326 RangeMapType::iterator L = PadMap.find(BeginLabel);
334 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] &&
341 CallSiteEntry Site = {LastLabel, BeginLabel, 0, 0}
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 394 MCSymbol *BeginLabel, MCSymbol *EndLabel) {
396 LP.BeginLabels.push_back(BeginLabel);
475 MCSymbol *BeginLabel = LandingPad.BeginLabels[j];
477 if ((BeginLabel->isDefined() ||
478 (LPMap && (*LPMap)[BeginLabel] != 0)) &&
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 1519 milliseconds