Home
last modified time | relevance | path

Searched defs:BeginLabel (Results 1 – 6 of 6) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h370 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { in setCallSiteBeginLabel()
375 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) { in getCallSiteBeginLabel()
383 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) { in hasCallSiteBeginLabel()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h63 MCSymbol *BeginLabel; // zero indicates the start of the function. member
H A DEHStreamer.cpp207 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computeCallSiteTable() local
236 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local
557 MCSymbol *BeginLabel = S.BeginLabel; in emitExceptionTable() local
H A DDwarfDebug.cpp1604 MCSymbol *BeginLabel = Asm->GetTempSymbol("pub" + Name + "_begin", ID); in emitDebugPubSection() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineModuleInfo.cpp392 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
473 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in TidyLandingPads() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5637 MCSymbol *BeginLabel = nullptr; in lowerInvokable() local