Searched refs:EndSymbol (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 927 MCSymbol *EndSymbol = Sec->getEndSymbol(context); in EmitGenDwarfAranges() local 929 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfAranges() 933 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges() 1027 MCSymbol *EndSymbol = (*TextSection)->getEndSymbol(context); in EmitGenDwarfInfo() local 1029 assert(EndSymbol && "EndSymbol must not be NULL"); in EmitGenDwarfInfo() 1036 const MCExpr *End = MCSymbolRefExpr::create(EndSymbol, context); in EmitGenDwarfInfo() 1127 MCSymbol *EndSymbol = mcdwarf::emitListsTableHeaderStart(*MCOS); in emitGenDwarfRanges() local 1134 const MCSymbol *EndSymbol = Sec->getEndSymbol(context); in emitGenDwarfRanges() local 1138 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges() 1144 MCOS->emitLabel(EndSymbol); in emitGenDwarfRanges() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1189 MCSymbol *EndSymbol = FuncEndSym; in emitCLRExceptionTable() local 1192 EndSymbol = getMCSymbolForMBB(Asm, &*FuncletEnd); in emitCLRExceptionTable() 1198 OS.emitValue(getOffset(EndSymbol, FuncBeginSym), 4); in emitCLRExceptionTable() 1201 EndSymbolMap[FuncletState] = EndSymbol; in emitCLRExceptionTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 2973 MCSymbol *EndSymbol = nullptr; in translateInvoke() local 2975 EndSymbol = Context.createTempSymbol(); in translateInvoke() 2976 MIRBuilder.buildInstr(TargetOpcode::EH_LABEL).addSym(EndSymbol); in translateInvoke() 3001 assert(EndSymbol && "Expected an end symbol!"); in translateInvoke() 3002 MF->addInvoke(&EHPadMBB, BeginSymbol, EndSymbol); in translateInvoke()
|