Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCDwarf.cpp612 MCSymbol *StartSymbol = sec.second.first; in EmitGenDwarfAranges() local
614 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfAranges()
618 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfAranges()
620 *StartSymbol, *EndSymbol, 0); in EmitGenDwarfAranges()
700 MCSymbol *StartSymbol = TextSection->second.first; in EmitGenDwarfInfo() local
702 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfInfo()
707 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfInfo()
808 MCSymbol *StartSymbol = sec.second.first; in EmitGenDwarfRanges() local
810 assert(StartSymbol && "StartSymbol must not be NULL"); in EmitGenDwarfRanges()
815 StartSymbol, MCSymbolRefExpr::VK_None, context); in EmitGenDwarfRanges()
[all …]
/external/bison/tests/
Dglr-regression.at50 StartSymbol: E { $$=0; } %merge <exprMerge>