/freebsd/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 | EHStreamer.h | 64 MCSymbol *EndLabel; // Null indicates the end of the function. member
|
H A D | DwarfUnit.h | 52 MCSymbol *EndLabel = nullptr; variable
|
H A D | EHStreamer.cpp | 197 MCSymbol *EndLabel = LandingPad->BeginLabels[j]; in computePadMap() local 718 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local
|
H A D | CodeViewDebug.cpp | 1229 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); emitDebugInfoForFunction() local 3134 *EndLabel = MMI->getContext().createTempSymbol(); beginCVSubsection() local 3142 endCVSubsection(MCSymbol * EndLabel) endCVSubsection() argument 3157 *EndLabel = MMI->getContext().createTempSymbol(); beginSymbolRecord() local 3288 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); emitDebugInfoForGlobals() local 3302 MCSymbol *EndLabel = beginCVSubsection(DebugSubsectionKind::Symbols); emitDebugInfoForGlobals() local [all...] |
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 2540 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( in emitDebugPubSection() local
|
H A D | DwarfCompileUnit.cpp | 673 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC() local
|
/freebsd/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() 611 MCSymbol *EndLabel = Asm->createTempSymbol("Eloclists"); in emitDwarfDebugLocListHeader() local 654 MCSymbol *EndLabel) { in emitDwarfDebugLocListFooter() 712 MCSymbol *EndLabel = Asm->createTempSymbol("Edebugaddr"); in emitDwarfDebugAddrsHeader() local 747 MCSymbol *EndLabel) { in emitDwarfDebugAddrsFooter() 1211 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + SecName + "_end"); in emitPubSectionForUnit() local
|
H A D | DWARFLinker.cpp | 1937 MCSymbol *EndLabel = TheDwarfEmitter->emitDwarfDebugRangeListHeader(Unit); in generateUnitRanges() local 1995 MCSymbol *EndLabel = Emitter->emitDwarfDebugLocListHeader(Unit); in generateUnitLocations() local 2059 MCSymbol *EndLabel = Emitter->emitDwarfDebugAddrsHeader(Unit); in emitDebugAddrSection() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.h |
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 233 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 4344 LabelTy EndLabel = this->getLabel(); // Label after the loop. in visitWhileStmt() local 4378 LabelTy EndLabel = this->getLabel(); in visitDoStmt() local 4411 LabelTy EndLabel = this->getLabel(); in visitForStmt() local 4462 LabelTy EndLabel = this->getLabel(); in visitCXXForRangeStmt() local 4532 LabelTy EndLabel = this->getLabel(); in visitSwitchStmt() local 5390 LabelTy EndLabel = this->getLabel(); in emitComplexBoolCast() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AsmPrinter.h | 137 MCSymbol *BeginLabel, *EndLabel; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 206 void setEndLabel(MCSymbol *EndLabel) { in setEndLabel()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 785 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 148 void MCLineSection::addEndEntry(MCSymbol *EndLabel) { in addEndEntry()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1466 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); in reportIPToStateForBlocks() local
|
H A D | SelectionDAGBuilder.cpp | 8653 MCSymbol *EndLabel = MF.getContext().createTempSymbol(); in lowerEndEH() local
|