Home
last modified time | relevance | path

Searched defs:EndLabel (Results 1 – 25 of 36) sorted by relevance

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp29 MCSymbol *EndLabel = in emitHeader() local
49 MCSymbol *EndLabel = nullptr; in emit() local
DDwarfUnit.h47 MCSymbol *EndLabel = nullptr; variable
DDwarfFile.cpp52 if (MCSymbol *EndLabel = TheU->getEndLabel()) in emitUnit() local
DEHStreamer.h64 MCSymbol *EndLabel; // Null indicates the end of the function. member
DEHStreamer.cpp198 MCSymbol *EndLabel = LandingPad->BeginLabels[j]; in computePadMap() local
719 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local
DCodeViewDebug.cpp1220 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local
3119 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
3127 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection()
3142 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local
3273 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3287 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
DWinException.cpp627 const MCSymbol *EndLabel, int State) { in emitSEHActionsForRange()
1126 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp30 MCSymbol *EndLabel = Asm.createTempSymbol(Prefix + "end"); in emitHeader() local
54 MCSymbol *EndLabel = nullptr; in emit() local
DDwarfUnit.h52 MCSymbol *EndLabel = nullptr; variable
DEHStreamer.h64 MCSymbol *EndLabel; // Null indicates the end of the function. member
DDwarfFile.cpp55 if (MCSymbol *EndLabel = TheU->getEndLabel()) in emitUnit() local
DCodeViewDebug.cpp1104 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local
2916 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
2924 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection()
2939 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local
3036 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
3049 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
DWinException.cpp617 const MCSymbol *EndLabel, int State) { in emitSEHActionsForRange()
1101 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member
DEHStreamer.cpp520 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp332 MCSymbol *EndLabel = Asm->createTempSymbol("Earange"); in emitDwarfDebugArangesTable() local
642 MCSymbol *EndLabel = MC->createTempSymbol(); in translateLineTable() local
723 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); in emitPubSectionForUnit() local
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h65 MCSymbol *EndLabel; // Null indicates the end of the function. member
DWinException.cpp580 const MCSymbol *EndLabel, int State) { in emitSEHActionsForRange()
1058 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member
DEHStreamer.cpp561 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local
DCodeViewDebug.cpp1952 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
1960 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection()
1995 MCSymbol *EndLabel = nullptr; in emitDebugInfoForGlobals() local
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp302 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
391 MCSymbol *EndLabel = LandingPad.EndLabels[j]; in TidyLandingPads() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp674 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
762 MCSymbol *EndLabel = LandingPad.EndLabels[j]; in tidyLandingPads() local
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp227 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp223 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp223 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h135 MCSymbol *BeginLabel, *EndLabel; member

12