Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc101 const MemoryBlock *const NearBlock,
123 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) +
124 NearBlock->allocatedSize()
128 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
138 if (NearBlock || HugePages) {
139 // Try again without the NearBlock hint and without large memory pages
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DMemory.inc83 const MemoryBlock *const NearBlock,
115 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) +
116 NearBlock->allocatedSize() : 0;
127 if (NearBlock) { //Try again without a near hint
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp252 size_t NumBytes, const sys::MemoryBlock *const NearBlock, in allocateMappedMemory() argument
254 return sys::Memory::allocateMappedMemory(NumBytes, NearBlock, Flags, EC); in allocateMappedMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h74 const sys::MemoryBlock *const NearBlock,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMemory.h98 const MemoryBlock *const NearBlock,