Searched refs:NearBlock (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 100 const MemoryBlock *const NearBlock, 121 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) + 122 NearBlock->allocatedSize() 126 // round up to get beyond NearBlock. VirtualAlloc would have rounded down. 136 if (NearBlock || HugePages) { 137 // Try again without the NearBlock hint and without large memory pages
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Memory.inc | 74 const MemoryBlock *const NearBlock, 105 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) + 106 NearBlock->allocatedSize() 118 if (NearBlock) { // Try again without a near hint
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | SectionMemoryManager.cpp | 251 size_t NumBytes, const sys::MemoryBlock *const NearBlock, in allocateMappedMemory() argument 253 return sys::Memory::allocateMappedMemory(NumBytes, NearBlock, Flags, EC); in allocateMappedMemory()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | SectionMemoryManager.h | 75 const sys::MemoryBlock *const NearBlock,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Memory.h | 100 allocateMappedMemory(size_t NumBytes, const MemoryBlock *const NearBlock,
|