Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h328 auto ISAS = getIndirectStubsBlockSizes<ORCABI>(MinStubs, PageSize); in create() local
330 assert((ISAS.StubBytes % PageSize == 0) && in create()
332 uint64_t PointerAlloc = alignTo(ISAS.PointerBytes, PageSize); in create()
338 ISAS.StubBytes + PointerAlloc, nullptr, in create()
343 sys::MemoryBlock StubsBlock(StubsAndPtrsMem.base(), ISAS.StubBytes); in create()
346 ExecutorAddr::fromPtr(StubsBlockMem) + ISAS.StubBytes; in create()
350 PtrBlockAddress, ISAS.NumStubs); in create()
356 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem)); in create()