Home
last modified time | relevance | path

Searched refs:BeginLabel (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp196 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap() local
201 if (!BeginLabel->isDefined() || !EndLabel->isDefined()) in computePadMap()
203 assert(!PadMap.count(BeginLabel) && "Duplicate landing pad labels!"); in computePadMap()
205 PadMap[BeginLabel] = P; in computePadMap()
256 {Asm->MBBSectionRanges[MBB.getSectionID()].BeginLabel, in computeCallSiteTable()
275 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local
276 if (BeginLabel == LastLabel) in computeCallSiteTable()
280 RangeMapType::const_iterator L = PadMap.find(BeginLabel); in computeCallSiteTable()
287 assert(BeginLabel == LandingPad->BeginLabels[P.RangeIndex] && in computeCallSiteTable()
297 CallSites.push_back({LastLabel, BeginLabel, nullptr, 0}); in computeCallSiteTable()
[all …]
H A DWinException.h57 const MCSymbol *BeginLabel,
H A DEHStreamer.h63 MCSymbol *BeginLabel; // Null indicates the start of the function. member
H A DCodeViewDebug.cpp1233 const MCSymbol *BeginLabel = std::get<0>(HeapAllocSite); in emitDebugInfoForFunction()
1238 OS.emitCOFFSecRel32(BeginLabel, /*Offset=*/0); in emitDebugInfoForFunction()
1240 OS.emitCOFFSectionIndex(BeginLabel); in emitDebugInfoForFunction()
1242 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction()
3155 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginSymbolRecord()
3159 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginSymbolRecord()
3160 OS.emitLabel(BeginLabel); in beginSymbolRecord()
3178 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in emitEndSymbolRecord()
3181 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitEndSymbolRecord()
3182 OS.emitLabel(BeginLabel); in emitEndSymbolRecord()
1228 const MCSymbol *BeginLabel = std::get<0>(HeapAllocSite); emitDebugInfoForFunction() local
3133 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), beginCVSubsection() local
3156 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), beginSymbolRecord() local
[all...]
H A DWinException.cpp626 const MCSymbol *BeginLabel, in emitSEHActionsForRange() argument
636 assert(BeginLabel && EndLabel); in emitSEHActionsForRange()
654 OS.emitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange()
H A DDwarfCompileUnit.cpp520 BB_List.push_back({R.second.BeginLabel, R.second.EndLabel}); in updateSubprogramScopeDIE()
672 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); in attachRangesOrLowHighPC() local
689 {MBB->sameSection(BeginMBB) ? BeginLabel in attachRangesOrLowHighPC()
690 : MBBSectionRange.BeginLabel, in attachRangesOrLowHighPC()
H A DDwarfDebug.cpp2292 TheCU.addRange({R.second.BeginLabel, R.second.EndLabel}); in endFunctionImpl()
2301 addArangeLabel(SymbolCU(&TheCU, R.second.BeginLabel)); in endFunctionImpl()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp315 MCSymbol *BeginLabel = Asm->createTempSymbol("Bdebugstroff"); in emitStringOffsets() local
319 Asm->emitLabelDifference(EndLabel, BeginLabel, sizeof(uint32_t)); in emitStringOffsets()
320 Asm->OutStreamer->emitLabel(BeginLabel); in emitStringOffsets()
441 MCSymbol *BeginLabel = Asm->createTempSymbol("Barange"); in emitDwarfDebugArangesTable() local
454 Asm->emitLabelDifference(EndLabel, BeginLabel, 4); // Arange length in emitDwarfDebugArangesTable()
455 Asm->OutStreamer->emitLabel(BeginLabel); in emitDwarfDebugArangesTable()
513 MCSymbol *BeginLabel = Asm->createTempSymbol("Brnglists"); in emitDwarfDebugRangeListHeader() local
518 Asm->emitLabelDifference(EndLabel, BeginLabel, sizeof(uint32_t)); in emitDwarfDebugRangeListHeader()
519 Asm->OutStreamer->emitLabel(BeginLabel); in emitDwarfDebugRangeListHeader()
610 MCSymbol *BeginLabel = Asm->createTempSymbol("Bloclists"); in emitDwarfDebugLocListHeader() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h1210 MCSymbol *BeginLabel, MCSymbol *EndLabel);
1268 void setCallSiteBeginLabel(MCSymbol *BeginLabel, unsigned Site) {
1269 CallSiteMap[BeginLabel] = Site;
1273 unsigned getCallSiteBeginLabel(MCSymbol *BeginLabel) const {
1274 assert(hasCallSiteBeginLabel(BeginLabel) &&
1276 return CallSiteMap.lookup(BeginLabel);
1280 bool hasCallSiteBeginLabel(MCSymbol *BeginLabel) const {
1281 return CallSiteMap.count(BeginLabel);
H A DAsmPrinter.h137 MCSymbol *BeginLabel, *EndLabel; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h711 MCSymbol *&BeginLabel);
713 const BasicBlock *EHPadBB, MCSymbol *BeginLabel);
H A DSelectionDAGBuilder.cpp8622 MCSymbol *&BeginLabel) { in lowerStartEH() argument
8628 BeginLabel = MF.getContext().createTempSymbol(); in lowerStartEH()
8634 MF.setCallSiteBeginLabel(BeginLabel, CallSiteIndex); in lowerStartEH()
8641 return DAG.getEHLabel(getCurSDLoc(), Chain, BeginLabel); in lowerStartEH()
8646 MCSymbol *BeginLabel) { in lowerEndEH() argument
8647 assert(BeginLabel && "BeginLabel should've been set"); in lowerEndEH()
8663 EHInfo->addIPToStateRange(II, BeginLabel, EndLabel); in lowerEndEH()
8666 MF.addInvoke(FuncInfo.MBBMap[EHPadBB], BeginLabel, EndLabel); in lowerEndEH()
8675 MCSymbol *BeginLabel = nullptr; in lowerInvokable() local
8681 DAG.setRoot(lowerStartEH(getControlRoot(), EHPadBB, BeginLabel)); in lowerInvokable()
[all …]
H A DSelectionDAGISel.cpp1465 MCSymbol *BeginLabel = MMI.getContext().createTempSymbol(); in reportIPToStateForBlocks() local
1467 EHInfo->addIPToStateRange(State, BeginLabel, EndLabel); in reportIPToStateForBlocks()
1470 .addSym(BeginLabel); in reportIPToStateForBlocks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp785 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke() argument
787 LP.BeginLabels.push_back(BeginLabel); in addInvoke()