Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp879 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
881 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
885 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
887 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
980 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
982 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
987 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1090 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
1093 StartSymbol, MCSymbolRefExpr::VK_None, context); in emitGenDwarfRanges()
1107 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
[all …]