Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp130 Expected<ExecutorAddr> TargetAllocAddr((ExecutorAddr())); in reserveAllocationSpace() local
133 SAs.Reserve, TargetAllocAddr, SAs.Instance, TotalSize)) { in reserveAllocationSpace()
138 if (!TargetAllocAddr) { in reserveAllocationSpace()
140 ErrMsg = toString(TargetAllocAddr.takeError()); in reserveAllocationSpace()
147 *TargetAllocAddr, ExecutorAddrDiff(alignTo(CodeSize, EPC.getPageSize()))}; in reserveAllocationSpace()