Searched refs:StartSymbol (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 887 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local 889 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges() 893 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges() 895 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges() 988 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local 990 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo() 995 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo() 1098 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local 1101 StartSymbol, MCSymbolRefExpr::VK_None, context); in emitGenDwarfRanges() 1103 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in emitGenDwarfRanges() [all …]
|