Searched defs:BeginLabel (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 315 MCSymbol *BeginLabel = Asm->createTempSymbol("Bdebugstroff"); in emitStringOffsets() local 441 MCSymbol *BeginLabel = Asm->createTempSymbol("Barange"); in emitDwarfDebugArangesTable() local 513 MCSymbol *BeginLabel = Asm->createTempSymbol("Brnglists"); in emitDwarfDebugRangeListHeader() local 610 MCSymbol *BeginLabel in emitDwarfDebugLocListHeader() local 711 MCSymbol *BeginLabel = Asm->createTempSymbol("Bdebugaddr"); emitDwarfDebugAddrsHeader() local 1201 MCSymbol *BeginLabel = Asm->createTempSymbol("pub" + SecName + "_begin"); emitPubSectionForUnit() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 196 MCSymbol *BeginLabel = LandingPad->BeginLabels[j]; in computePadMap() local 275 MCSymbol *BeginLabel = MI.getOperand(0).getMCSymbol(); in computeCallSiteTable() local 715 MCSymbol *BeginLabel = S.BeginLabel; emitExceptionTable() local [all...] |
H A D | EHStreamer.h | 63 MCSymbol *BeginLabel; // Null indicates the start of the function. member
|
H A D | CodeViewDebug.cpp | 1233 const MCSymbol *BeginLabel = std::get<0>(HeapAllocSite); in emitDebugInfoForFunction() local 3155 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginCVSubsection() local 3178 MCSymbol *BeginLabel = MMI->getContext().createTempSymbol(), in beginSymbolRecord() local
|
H A D | WinException.cpp | 626 const MCSymbol *BeginLabel, in emitSEHActionsForRange()
|
H A D | DwarfCompileUnit.cpp | 657 auto *BeginLabel = DD->getLabelBeforeInsn(R.first); attachRangesOrLowHighPC() 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/lib/CodeGen/ |
H A D | MachineFunction.cpp | 773 addInvoke(MachineBasicBlock * LandingPad,MCSymbol * BeginLabel,MCSymbol * EndLabel) addInvoke() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 8205 lowerStartEH(SDValue Chain,const BasicBlock * EHPadBB,MCSymbol * & BeginLabel) lowerStartEH() argument 8229 lowerEndEH(SDValue Chain,const InvokeInst * II,const BasicBlock * EHPadBB,MCSymbol * BeginLabel) lowerEndEH() argument 8259 MCSymbol *BeginLabel = nullptr; lowerInvokable() local 9322 MCSymbol *BeginLabel = nullptr; visitInlineAsm() local [all...] |
H A D | SelectionDAGISel.cpp | 1351 MCSymbol *BeginLabel = MMI.getContext().createTempSymbol(); reportIPToStateForBlocks() local
|