Searched refs:EndLabel (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp298 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 DDwarfException.h72 // The 'try-range' is BeginLabel .. EndLabel.
74 MCSymbol *EndLabel; // zero indicates the end of the function. member in struct:llvm::DwarfException::CallSiteEntry
H A DDwarfDebug.cpp430 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 DJITDwarfEmitter.cpp190 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 DMachineModuleInfo.cpp394 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 DMachineModuleInfo.h275 MCSymbol *BeginLabel, MCSymbol *EndLabel);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5432 MCSymbol *EndLabel = MMI.getContext().CreateTempSymbol(); local
5433 DAG.setRoot(DAG.getEHLabel(getCurDebugLoc(), getRoot(), EndLabel));
5436 MMI.addInvoke(LandingPad, BeginLabel, EndLabel);

Completed in 135 milliseconds