Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dppc64.h366 int64_t TOCBase = TOCSymbol ? TOCSymbol->getAddress().getValue() : 0; in applyFixup() local
373 << formatv("{0:x}", TOCBase) << ")\n"; in applyFixup()
393 support::endian::write64<Endianness>(FixupPtr, TOCBase); in applyFixup()
431 int64_t Value = S + A - TOCBase; in applyFixup()