Home
last modified time | relevance | path

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

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