Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp58 constexpr int OffsetLabelIntervalBits = 20; variable
338 const uint32_t Interval = 1 << OffsetLabelIntervalBits; in defineSection()
766 uint64_t LabelIndex = FixedValue >> OffsetLabelIntervalBits; in recordRelocation()