Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp29 MCSymbol *BeginLabel = Asm.createTempSymbol(Prefix + "start"); in emitHeader() local
DEHStreamer.cpp203 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap() local
276 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local
709 MCSymbol *BeginLabel = S.BeginLabel; in emitExceptionTable() local
DEHStreamer.h63 MCSymbol *BeginLabel; // Null indicates the start of the function. member
DCodeViewDebug.cpp1115 const MCSymbol *BeginLabel = std::get<0>(HeapAllocSite); in emitDebugInfoForFunction() local
2945 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginCVSubsection() local
2968 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginSymbolRecord() local
DWinException.cpp623 const MCSymbol *BeginLabel, in emitSEHActionsForRange()
DDwarfCompileUnit.cpp574 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC() local
DDwarfUnit.cpp1678 MCSymbol *BeginLabel = Asm->createTempSymbol(Prefix + "start"); in emitCommonHeader() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp29 MCSymbol *BeginLabel = Asm.createTempSymbol(Prefix + "start"); in emitHeader() local
DEHStreamer.cpp209 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap() local
252 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local
517 MCSymbol *BeginLabel = S.BeginLabel; in emitExceptionTable() local
DEHStreamer.h63 MCSymbol *BeginLabel; // Null indicates the start of the function. member
DCodeViewDebug.cpp1103 const MCSymbol *BeginLabel = std::get<0>(HeapAllocSite); in emitDebugInfoForFunction() local
2915 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginCVSubsection() local
2938 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginSymbolRecord() local
DWinException.cpp616 const MCSymbol *BeginLabel, in emitSEHActionsForRange()
DDwarfUnit.cpp1624 MCSymbol *BeginLabel = Asm->createTempSymbol(Prefix + "start"); in emitCommonHeader() local
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h384 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) { in setCallSiteBeginLabel()
389 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) { in getCallSiteBeginLabel()
397 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) { in hasCallSiteBeginLabel()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp200 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap() local
243 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local
558 MCSymbol *BeginLabel = S.BeginLabel; in emitExceptionTable() local
DEHStreamer.h64 MCSymbol *BeginLabel; // Null indicates the start of the function. member
DWinException.cpp579 const MCSymbol *BeginLabel, in emitSEHActionsForRange()
DDwarfDebug.cpp1331 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + Name + "_begin"); in emitDebugPubSection() local
DCodeViewDebug.cpp1951 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginCVSubsection() local
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp342 MCSymbol *BeginLabel = Asm->createTempSymbol("Barange"); in emitUnitRangesEntries() local
623 MCSymbol *BeginLabel = MC->createTempSymbol(); in translateLineTable() local
704 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + SecName + "_begin"); in emitPubSectionForUnit() local
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp302 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
390 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in TidyLandingPads() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp674 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
761 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in tidyLandingPads() local
/external/llvm-project/llvm/lib/CodeGen/
DMachineFunction.cpp697 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
784 MCSymbol *BeginLabel = LandingPad.BeginLabels[j]; in tidyLandingPads() local
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h132 MCSymbol *BeginLabel, *EndLabel; member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp775 MCSymbol *BeginLabel = Asm->createTempSymbol("Barange"); in emitUnitRangesEntries() local
1037 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + SecName + "_begin"); in emitPubSectionForUnit() local

12