Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp927 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation() local
928 if (LabelIndex > 0) { in recordRelocation()
929 if (LabelIndex <= Section->OffsetSymbols.size()) in recordRelocation()
930 Reloc.Symb = Section->OffsetSymbols[LabelIndex - 1]; in recordRelocation()