Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Dloongarch.h423 uint64_t PCPage = FixupAddress & ~static_cast<uint64_t>(0xfff); in applyFixup() local
425 int64_t PageDelta = TargetPage - PCPage; in applyFixup()
H A Daarch64.h639 uint64_t PCPage = in applyFixup() local
642 int64_t PageDelta = TargetPage - PCPage; in applyFixup()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp794 uint64_t PCPage = FinalAddress & ~static_cast<uint64_t>(0xfff); in resolveLoongArch64Relocation() local
795 int64_t PageDelta = TargetPage - PCPage; in resolveLoongArch64Relocation()