Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp881 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
883 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
887 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
889 makeEndMinusStartExpr(context, *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
982 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
984 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
989 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1092 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
1095 StartSymbol, MCSymbolRefExpr::VK_None, context); in emitGenDwarfRanges()
1109 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in emitGenDwarfRanges() local
[all …]