Home
last modified time | relevance | path

Searched refs:EndSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp882 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges() local
884 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfAranges()
889 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
983 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo() local
985 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfInfo()
994 EndSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1086 MCSymbol *EndSymbol = mcdwarf::emitListsTableHeaderStart(*MCOS); in emitGenDwarfRanges() local
1093 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local
1097 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()
1103 MCOS->emitLabel(EndSymbol); in emitGenDwarfRanges()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1187 MCSymbol *EndSymbol = FuncEndSym; in emitCLRExceptionTable() local
1190 EndSymbol = getMCSymbolForMBB(Asm, &*FuncletEnd); in emitCLRExceptionTable()
1196 OS.emitValue(getOffset(EndSymbol, FuncBeginSym), 4); in emitCLRExceptionTable()
1199 EndSymbolMap[FuncletState] = EndSymbol; in emitCLRExceptionTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2760 MCSymbol *EndSymbol = nullptr; in translateInvoke() local
2762 EndSymbol = Context.createTempSymbol(); in translateInvoke()
2763 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke()
2788 assert(EndSymbol && "Expected an end symbol!"); in translateInvoke()
2789 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()