Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp30 MCSymbol *EndLabel = in emitHeader() local
50 MCSymbol *EndLabel = nullptr; in emit() local
H A DDwarfFile.cpp52 if (MCSymbol *EndLabel = TheU->getEndLabel()) in emitUnit() local
H A DEHStreamer.h64 MCSymbol *EndLabel; // Null indicates the end of the function. member
H A DDwarfUnit.h52 MCSymbol *EndLabel = nullptr; variable
H A DEHStreamer.cpp197 MCSymbol *EndLabel = LandingPad->BeginLabels[j]; in computePadMap() local
718 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local
H A DCodeViewDebug.cpp1229 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 DWinException.cpp627 const MCSymbol *EndLabel, int State) { in emitSEHActionsForRange()
1130 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member
H A DDwarfDebug.cpp1713 const MCSymbol *EndLabel; in buildLocationList() local
2540 MCSymbol *EndLabel = Asm->emitDwarfUnitLength( in emitDebugPubSection() local
H A DDwarfCompileUnit.cpp673 auto *EndLabel = DD->getLabelAfterInsn(R.second); in attachRangesOrLowHighPC() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp316 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 DDWARFLinker.cpp1937 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 DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFEmitterImpl.h
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp233 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp4344 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 DAsmPrinter.h137 MCSymbol *BeginLabel, *EndLabel; member
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h206 void setEndLabel(MCSymbol *EndLabel) { in setEndLabel()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp785 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp148 void MCLineSection::addEndEntry(MCSymbol *EndLabel) { in addEndEntry()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1466 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); in reportIPToStateForBlocks() local
H A DSelectionDAGBuilder.cpp8653 MCSymbol *EndLabel = MF.getContext().createTempSymbol(); in lowerEndEH() local