Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcABISupport.h31 uint64_t PointerBytes = 0; member
45 uint64_t PointerBytes = NumStubs * ORCABI::PointerSize; variable
46 return {StubBytes, PointerBytes, NumStubs};
H A DIndirectionUtils.h316 uint64_t PointerAlloc = alignTo(ISAS.PointerBytes, PageSize); in create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.cpp353 auto PointerBytes = in getIndirectStubs() local
366 Request[PointerPagePermissions] = {PageSize, 0, PointerBytes}; in getIndirectStubs()