/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AddressPool.cpp | 30 MCSymbol *EndLabel = in emitHeader() local 50 MCSymbol *EndLabel = nullptr; in emit() local
|
H A D | DwarfFile.cpp | 52 if (MCSymbol *EndLabel = TheU->getEndLabel()) in emitUnit() local
|
H A D | DwarfUnit.h | 52 MCSymbol *EndLabel = nullptr; variable
|
H A D | EHStreamer.h | 64 MCSymbol *EndLabel; // Null indicates the end of the function. member
|
H A D | EHStreamer.cpp | 197 MCSymbol *EndLabel = LandingPad->BeginLabels[j]; in computePadMap() local 718 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local [all...] |
H A D | CodeViewDebug.cpp | 1234 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local 3156 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local 3164 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() 3179 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local 3310 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local 3324 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); in emitDebugInfoForGlobals() local
|
H A D | WinException.cpp | 627 const MCSymbol *EndLabel, int State) { in emitSEHActionsForRange() 1130 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member
|
H A D | DwarfDebug.cpp | 1713 const MCSymbol *EndLabel; in buildLocationList() local 2539 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( emitDebugPubSection() local [all...] |
H A D | DwarfCompileUnit.cpp | 658 auto *EndLabel = DD->getLabelAfterInsn(R.second); attachRangesOrLowHighPC() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 316 MCSymbol *EndLabel = Asm->createTempSymbol("Edebugstroff"); in emitStringOffsets() local 442 MCSymbol *EndLabel = Asm->createTempSymbol("Earange"); in emitDwarfDebugArangesTable() local 514 MCSymbol *EndLabel = Asm->createTempSymbol("Ernglists"); in emitDwarfDebugRangeListHeader() local 553 MCSymbol *EndLabel) { in emitDwarfDebugRangeListFooter() argument 611 MCSymbol *EndLabel = Asm->createTempSymbol("Eloclists"); emitDwarfDebugLocListHeader() local 654 emitDwarfDebugLocListFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugLocListFooter() argument 712 MCSymbol *EndLabel = Asm->createTempSymbol("Edebugaddr"); emitDwarfDebugAddrsHeader() local 747 emitDwarfDebugAddrsFooter(const CompileUnit & Unit,MCSymbol * EndLabel) emitDwarfDebugAddrsFooter() argument 1202 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); emitPubSectionForUnit() local [all...] |
H A D | DWARFLinker.cpp | 1978 TheDwarfEmitter->emitDwarfDebugRangeListFooter(Unit, EndLabel); in generateUnitLocations() local 1920 MCSymbol *EndLabel = TheDwarfEmitter->emitDwarfDebugRangeListHeader(Unit); generateUnitRanges() local 2042 MCSymbol *EndLabel = Emitter->emitDwarfDebugAddrsHeader(Unit); emitDebugAddrSection() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
H A D | ByteCodeExprGen.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 233 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 135 MCSymbol *BeginLabel, *EndLabel; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 206 void setEndLabel(MCSymbol *EndLabel) { in setEndLabel() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 773 addInvoke(MachineBasicBlock * LandingPad,MCSymbol * BeginLabel,MCSymbol * EndLabel) addInvoke() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 147 addEndEntry(MCSymbol * EndLabel) addEndEntry() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1352 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); reportIPToStateForBlocks() local
|
H A D | SelectionDAGBuilder.cpp | 8237 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); lowerEndEH() local
|