Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp919 const MCSymbol *RangesSectionSymbol) { in EmitGenDwarfInfo() argument
971 if (RangesSectionSymbol) { in EmitGenDwarfInfo()
977 MCOS->EmitSymbolValue(RangesSectionSymbol, 4); in EmitGenDwarfInfo()
1133 MCSymbol *RangesSectionSymbol = nullptr; in Emit() local
1163 RangesSectionSymbol = context.createTempSymbol(); in Emit()
1164 MCOS->EmitLabel(RangesSectionSymbol); in Emit()
1168 assert((RangesSectionSymbol != nullptr) || !UseRangesSection); in Emit()
1183 RangesSectionSymbol); in Emit()