Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h319 auto ISAS = getIndirectStubsBlockSizes<ORCABI>(MinStubs, PageSize); in create() local
321 assert((ISAS.StubBytes % PageSize == 0) && in create()
323 uint64_t PointerAlloc = alignTo(ISAS.PointerBytes, PageSize); in create()
329 ISAS.StubBytes + PointerAlloc, nullptr, in create()
334 sys::MemoryBlock StubsBlock(StubsAndPtrsMem.base(), ISAS.StubBytes); in create()
337 ExecutorAddr::fromPtr(StubsBlockMem) + ISAS.StubBytes; in create()
341 PtrBlockAddress, ISAS.NumStubs); in create()
347 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem)); in create()