Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DMemory.inc71 const MemoryBlock *const NearBlock,
92 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) +
93 NearBlock->size()
97 // round up to get beyond NearBlock. VirtualAlloc would have rounded down.
107 if (NearBlock) {
108 // Try again without the NearBlock hint
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DMemory.inc88 const MemoryBlock *const NearBlock,
115 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) +
116 NearBlock->size() : 0;
123 if (NearBlock) //Try again without a near hint
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp244 size_t NumBytes, const sys::MemoryBlock *const NearBlock, in allocateMappedMemory() argument
246 return sys::Memory::allocateMappedMemory(NumBytes, NearBlock, Flags, EC); in allocateMappedMemory()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMemory.h79 const MemoryBlock *const NearBlock,
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h76 const sys::MemoryBlock *const NearBlock,