Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp618 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
620 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
624 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
626 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
706 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
708 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
713 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
813 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfRanges() local
815 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfRanges()
820 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfRanges()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp898 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfAranges() local
900 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
904 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
906 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
990 MCSymbol *StartSymbol = (*TextSection)->getBeginSymbol(); in EmitGenDwarfInfo() local
992 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
997 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
1097 const MCSymbol *StartSymbol = Sec->getBeginSymbol(); in EmitGenDwarfRanges() local
1099 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfRanges()
1104 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfRanges()
[all …]