Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp871 int64_t OffsetOfRelocation = Asm->getFragmentOffset(F) + Fixup.getOffset(); in recordRelocation() local
873 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()