Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMemory.h160 class OwningMemoryBlock {
162 OwningMemoryBlock() = default;
163 explicit OwningMemoryBlock(MemoryBlock M) : M(M) {} in OwningMemoryBlock() function
164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
168 OwningMemoryBlock& operator=(OwningMemoryBlock &&Other) {
173 ~OwningMemoryBlock() { in ~OwningMemoryBlock()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h149 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in LocalJITCompileCallbackManager()
176 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in grow()
202 sys::OwningMemoryBlock ResolverBlock;
203 std::vector<sys::OwningMemoryBlock> TrampolineBlocks;
DOrcABISupport.h76 GenericIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) in GenericIndirectStubsInfo()
107 sys::OwningMemoryBlock StubsMem;
DOrcRemoteTargetServer.h298 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitResolverBlock()
315 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitTrampolineBlock()
441 sys::OwningMemoryBlock ResolverBlock;
442 std::vector<sys::OwningMemoryBlock> TrampolineBlocks;
/external/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp158 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
240 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
508 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()