Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp105 sys::MemoryBlock MB = MMapper.allocateMappedMemory( in allocateSection()
243 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose, in allocateMappedMemory() function in llvm::__anon8b7fceb70311::DefaultMMapper
246 return sys::Memory::allocateMappedMemory(NumBytes, NearBlock, Flags, EC); in allocateMappedMemory()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp157 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
239 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
507 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
693 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
939 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMemory.h78 static MemoryBlock allocateMappedMemory(size_t NumBytes,
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DMemory.inc70 MemoryBlock Memory::allocateMappedMemory(size_t NumBytes,
109 return allocateMappedMemory(NumBytes, NULL, Flags, EC);
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DSectionMemoryManager.h75 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetServer.h124 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory( in allocate()
285 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitResolverBlock()
302 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitTrampolineBlock()
H A DIndirectionUtils.h124 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in LocalTrampolinePool()
149 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in grow()
/freebsd-12.1/contrib/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp184 sys::Memory::allocateMappedMemory(Size, nullptr, in preallocateSlab()
232 sys::Memory::allocateMappedMemory(Size, nullptr, in allocateCodeSection()
256 sys::Memory::allocateMappedMemory(Size, nullptr, in allocateDataSection()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DMemory.inc87 Memory::allocateMappedMemory(size_t NumBytes,
124 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp111 MemoryBlock MB = Memory::allocateMappedMemory( in createInMemoryBuffer()