Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp949 const MCSymbol *RangesSymbol) { in EmitGenDwarfInfo() argument
1012 if (RangesSymbol) { in EmitGenDwarfInfo()
1016 MCOS->emitSymbolValue(RangesSymbol, OffsetSize); in EmitGenDwarfInfo()
1123 MCSymbol *RangesSymbol; in emitGenDwarfRanges() local
1130 RangesSymbol = context.createTempSymbol("debug_rnglist0_start"); in emitGenDwarfRanges()
1131 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()
1147 RangesSymbol = context.createTempSymbol("debug_ranges_start"); in emitGenDwarfRanges()
1148 MCOS->emitLabel(RangesSymbol); in emitGenDwarfRanges()
1171 return RangesSymbol; in emitGenDwarfRanges()
1190 MCSymbol *RangesSymbol = nullptr; in Emit() local
[all …]