Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h312 auto ISAS = getIndirectStubsBlockSizes<ORCABI>(MinStubs, PageSize); in create() local
314 assert((ISAS.StubBytes % PageSize == 0) && in create()
316 uint64_t PointerAlloc = alignTo(ISAS.PointerBytes, PageSize); in create()
322 ISAS.StubBytes + PointerAlloc, nullptr, in create()
327 sys::MemoryBlock StubsBlock(StubsAndPtrsMem.base(), ISAS.StubBytes); in create()
330 pointerToJITTargetAddress(StubsBlockMem) + ISAS.StubBytes; in create()
334 PtrBlockAddress, ISAS.NumStubs); in create()
340 return LocalIndirectStubsInfo(ISAS.NumStubs, std::move(StubsAndPtrsMem)); in create()