Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp698 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation() local
705 FixedValue = (OffsetOfA - OffsetOfB) + Target.getConstant(); in recordRelocation()
713 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()