Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h353 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { in setCallSiteBeginLabel()
358 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) { in getCallSiteBeginLabel()
366 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) { in hasCallSiteBeginLabel()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp252 MCSymbol *BeginLabel = MI->getOperand(0).getMCSymbol(); in ComputeCallSiteTable() local
375 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in EmitExceptionTable() local
585 MCSymbol *BeginLabel = S.BeginLabel; in EmitExceptionTable() local
DDwarfException.h73 MCSymbol *BeginLabel; // zero indicates the start of the function. member
/external/llvm/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp189 MCSymbol *BeginLabel; // zero indicates the start of the function. member
302 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in EmitExceptionTable() local
320 MCSymbol *BeginLabel = MI->getOperand(0).getMCSymbol(); in EmitExceptionTable() local
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp396 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
477 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in TidyLandingPads() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5200 MCSymbol *BeginLabel = 0; in LowerCallTo() local