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