Home
last modified time | relevance | path

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

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