Searched refs:EndLabel (Results 1 - 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfException.cpp | 298 Prev.EndLabel = Site.EndLabel; 589 MCSymbol *EndLabel = S.EndLabel; 590 if (EndLabel == 0) 591 EndLabel = Asm->GetTempSymbol("eh_func_end", Asm->getFunctionNumber()); 603 EndLabel->getName()); 604 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4);
|
H A D | DwarfException.h | 72 // The 'try-range' is BeginLabel .. EndLabel. 74 MCSymbol *EndLabel; // zero indicates the end of the function. member in struct:llvm::DwarfException::CallSiteEntry
|
H A D | DwarfDebug.cpp | 430 const MCSymbol *EndLabel = getLabelAfterInsn(RI->second); local 432 if (StartLabel == 0 || EndLabel == 0) { 437 assert(EndLabel->isDefined() && 462 EndLabel);
|
/external/llvm/lib/ExecutionEngine/JIT/ |
H A D | JITDwarfEmitter.cpp | 190 MCSymbol *EndLabel; // zero indicates the end of the function. 349 assert(Site.BeginLabel && Site.EndLabel && Site.PadLabel && 357 Prev.EndLabel = Site.EndLabel; 422 if (!S.EndLabel) 425 EndLabelPtr = JCE->getLabelAddress(S.EndLabel);
|
/external/llvm/lib/CodeGen/ |
H A D | MachineModuleInfo.cpp | 394 MCSymbol *BeginLabel, MCSymbol *EndLabel) { 397 LP.EndLabels.push_back(EndLabel); 476 MCSymbol *EndLabel = LandingPad.EndLabels[j]; local 479 (EndLabel->isDefined() || 480 (LPMap && (*LPMap)[EndLabel] != 0))) continue; 393 addInvoke(MachineBasicBlock *LandingPad, MCSymbol *BeginLabel, MCSymbol *EndLabel) argument
|
/external/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 275 MCSymbol *BeginLabel, MCSymbol *EndLabel);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 5432 MCSymbol *EndLabel = MMI.getContext().CreateTempSymbol(); local 5433 DAG.setRoot(DAG.getEHLabel(getCurDebugLoc(), getRoot(), EndLabel)); 5436 MMI.addInvoke(LandingPad, BeginLabel, EndLabel);
|
Completed in 135 milliseconds