Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp125 SmallVector<COFFSymbol *, 1> OffsetSymbols; member in __anona3bc21060111::COFFSection
347 Section->OffsetSymbols.push_back(Label); in defineSection()
765 if (UseOffsetLabels && !Section->OffsetSymbols.empty()) { in recordRelocation()
768 if (LabelIndex <= Section->OffsetSymbols.size()) in recordRelocation()
769 Reloc.Symb = Section->OffsetSymbols[LabelIndex - 1]; in recordRelocation()
771 Reloc.Symb = Section->OffsetSymbols.back(); in recordRelocation()