Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp30 MCSymbol *EndLabel = Asm.createTempSymbol(Prefix + "end"); in emitHeader() local
33 Asm.EmitLabelDifference(EndLabel, BeginLabel, in emitHeader()
43 return EndLabel; in emitHeader()
54 MCSymbol *EndLabel = nullptr; in emit() local
57 EndLabel = emitHeader(Asm, AddrSection); in emit()
75 if (EndLabel) in emit()
76 Asm.OutStreamer->EmitLabel(EndLabel); in emit()
DEHStreamer.cpp297 Prev.EndLabel = Site.EndLabel; in computeCallSiteTable()
520 MCSymbol *EndLabel = S.EndLabel; in emitExceptionTable() local
521 if (!EndLabel) in emitExceptionTable()
522 EndLabel = Asm->getFunctionEnd(); in emitExceptionTable()
531 EndLabel->getName()); in emitExceptionTable()
532 Asm->EmitCallSiteOffset(EndLabel, BeginLabel, CallSiteEncoding); in emitExceptionTable()
DDwarfFile.cpp55 if (MCSymbol *EndLabel = TheU->getEndLabel()) in emitUnit() local
56 Asm->OutStreamer->EmitLabel(EndLabel); in emitUnit()
DEHStreamer.h64 MCSymbol *EndLabel; // Null indicates the end of the function. member
DWinException.h53 const MCSymbol *EndLabel, int State);
DCodeViewDebug.cpp1104 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction() local
1112 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in emitDebugInfoForFunction()
2916 *EndLabel = MMI->getContext().createTempSymbol(); in beginCVSubsection() local
2919 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 4); in beginCVSubsection()
2921 return EndLabel; in beginCVSubsection()
2924 void CodeViewDebug::endCVSubsection(MCSymbol *EndLabel) { in endCVSubsection() argument
2925 OS.EmitLabel(EndLabel); in endCVSubsection()
2939 *EndLabel = MMI->getContext().createTempSymbol(); in beginSymbolRecord() local
2941 OS.emitAbsoluteSymbolDiff(EndLabel, BeginLabel, 2); in beginSymbolRecord()
2946 return EndLabel; in beginSymbolRecord()
[all …]
DDwarfUnit.h52 MCSymbol *EndLabel = nullptr; variable
87 MCSymbol *getEndLabel() const { return EndLabel; } in getEndLabel()
DWinException.cpp617 const MCSymbol *EndLabel, int State) { in emitSEHActionsForRange() argument
626 assert(BeginLabel && EndLabel); in emitSEHActionsForRange()
646 OS.EmitValue(getLabel(EndLabel), 4); in emitSEHActionsForRange()
1101 const MCSymbol *EndLabel; // End of protected region in emitCLRExceptionTable() member
1272 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
DDwarfDebug.cpp1454 const MCSymbol *EndLabel; in buildLocationList() local
1456 EndLabel = Asm->getFunctionEnd(); in buildLocationList()
1461 EndLabel = getLabelAfterInsn(std::next(EI)->getInstr()); in buildLocationList()
1463 EndLabel = getLabelBeforeInsn(std::next(EI)->getInstr()); in buildLocationList()
1464 assert(EndLabel && "Forgot label after instruction ending a range!"); in buildLocationList()
1500 if (StartLabel == EndLabel) { in buildLocationList()
1508 DebugLoc.emplace_back(StartLabel, EndLabel, Values); in buildLocationList()
2125 MCSymbol *EndLabel = Asm->createTempSymbol("pub" + Name + "_end"); in emitDebugPubSection() local
2126 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4); in emitDebugPubSection()
2161 Asm->OutStreamer->EmitLabel(EndLabel); in emitDebugPubSection()
DCodeViewDebug.h324 void endCVSubsection(MCSymbol *EndLabel);
DDwarfUnit.cpp1625 EndLabel = Asm->createTempSymbol(Prefix + "end"); in emitCommonHeader()
1626 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4); in emitCommonHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp223 MCSymbol *EndLabel = OutContext.createTempSymbol(); in LowerGETPCXAndEmitMCInsts() local
237 MCOperand Callee = createPCXCallOP(EndLabel, OutContext); in LowerGETPCXAndEmitMCInsts()
244 OutStreamer->EmitLabel(EndLabel); in LowerGETPCXAndEmitMCInsts()
246 GOTLabel, StartLabel, EndLabel, in LowerGETPCXAndEmitMCInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp674 MCSymbol *BeginLabel, MCSymbol *EndLabel) { in addInvoke() argument
677 LP.EndLabels.push_back(EndLabel); in addInvoke()
762 MCSymbol *EndLabel = LandingPad.EndLabels[j]; in tidyLandingPads() local
764 (EndLabel->isDefined() || (LPMap && (*LPMap)[EndLabel] != 0))) in tidyLandingPads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFunction.h875 MCSymbol *BeginLabel, MCSymbol *EndLabel);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp7129 MCSymbol *EndLabel = MMI.getContext().createTempSymbol(); in lowerInvokable() local
7130 DAG.setRoot(DAG.getEHLabel(getCurSDLoc(), getRoot(), EndLabel)); in lowerInvokable()
7140 BeginLabel, EndLabel); in lowerInvokable()
7142 MF.addInvoke(FuncInfo.MBBMap[EHPadBB], BeginLabel, EndLabel); in lowerInvokable()