Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp888 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges() local
890 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfAranges()
895 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
989 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo() local
991 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfInfo()
1000 EndSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1092 MCSymbol *EndSymbol = mcdwarf::emitListsTableHeaderStart(*MCOS); in emitGenDwarfRanges() local
1099 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local
1103 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges()
1109 MCOS->emitLabel(EndSymbol); in emitGenDwarfRanges()
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2926 MCSymbol *EndSymbol = nullptr; in translateInvoke() local
2928 EndSymbol = Context.createTempSymbol(); in translateInvoke()
2929 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke()
2954 assert(EndSymbol && "Expected an end symbol!"); in translateInvoke()
2955 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()