Searched refs:EndSymbol (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 901 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges() local 903 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfAranges() 908 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges() 1002 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo() local 1004 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfInfo() 1013 EndSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo() 1105 MCSymbol *EndSymbol = mcdwarf::emitListsTableHeaderStart(*MCOS); in emitGenDwarfRanges() local 1112 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local 1116 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges() 1122 MCOS->emitLabel(EndSymbol); in emitGenDwarfRanges() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1181 MCSymbol *EndSymbol = FuncEndSym; in emitCLRExceptionTable() local 1184 EndSymbol = getMCSymbolForMBB(Asm, &*FuncletEnd); in emitCLRExceptionTable() 1190 OS.emitValue(getOffset(EndSymbol, FuncBeginSym), 4); in emitCLRExceptionTable() 1193 EndSymbolMap[FuncletState] = EndSymbol; in emitCLRExceptionTable()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2465 MCSymbol *EndSymbol = Context.createTempSymbol(); in translateInvoke() local 2466 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke() 2488 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()
|