Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp367 int64_t RealValue = Value + Addend; in resolveX86_64Relocation() local
368 assert(RealValue >= INT32_MIN && RealValue <= INT32_MAX); in resolveX86_64Relocation()
369 int32_t TruncValue = RealValue; in resolveX86_64Relocation()