Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DTPCIndirectionUtils.cpp353 auto PointerBytes = in getIndirectStubs() local
366 Request[PointerPagePermissions] = {PageSize, 0, PointerBytes}; in getIndirectStubs()