Searched defs:reserveAllocationSpace (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/ExecutionEngine/ | ||
H A D | RuntimeDyld.h | 137 virtual void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() function |
/llvm-project/llvm/tools/lli/ | ||
H A D | ForwardingMemoryManager.h | 46 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() function |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ | ||
H A D | EPCGenericRTDyldMemoryManager.cpp | 96 void EPCGenericRTDyldMemoryManager::reserveAllocationSpace( reserveAllocationSpace() function in llvm::orc::EPCGenericRTDyldMemoryManager |
/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/ | ||
H A D | MCJITCAPITest.cpp | 89 void reserveAllocationSpace(uintptr_t CodeSize, Align CodeAlign, in reserveAllocationSpace() function in __anon3c40fcf20111::TestReserveAllocationSpaceMemoryManager |