Home
last modified time | relevance | path

Searched refs:OffsetOfB (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp747 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation() local
753 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()