Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h359 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { in setCallSiteBeginLabel()
364 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) { in getCallSiteBeginLabel()
372 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) { in hasCallSiteBeginLabel()
/freebsd-10-stable/contrib/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
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineModuleInfo.cpp394 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
475 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in TidyLandingPads() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5356 MCSymbol *BeginLabel = 0; in LowerCallTo() local