Searched refs:OffsetSymbols (Results 1 – 1 of 1) sorted by relevance
125 SmallVector<COFFSymbol *, 1> OffsetSymbols; member in __anona3bc21060111::COFFSection347 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()