Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp120 SmallVector<COFFSymbol *, 1> OffsetSymbols; member in __anon3870acaf0111::COFFSection
337 Section->OffsetSymbols.push_back(Label); in defineSection()
893 if (UseOffsetLabels && !Section->OffsetSymbols.empty()) { in recordRelocation()
896 if (LabelIndex <= Section->OffsetSymbols.size()) in recordRelocation()
897 Reloc.Symb = Section->OffsetSymbols[LabelIndex - 1]; in recordRelocation()
899 Reloc.Symb = Section->OffsetSymbols.back(); in recordRelocation()