Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h139 class OwningMemoryBlock {
141 OwningMemoryBlock() = default;
142 explicit OwningMemoryBlock(MemoryBlock M) : M(std::move(M)) {} in OwningMemoryBlock() function
143 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function
147 OwningMemoryBlock& operator=(OwningMemoryBlock &&Other) {
152 ~OwningMemoryBlock() { in ~OwningMemoryBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h143 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in LocalTrampolinePool()
170 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in grow()
200 sys::OwningMemoryBlock ResolverBlock;
201 std::vector<sys::OwningMemoryBlock> TrampolineBlocks;
323 LocalIndirectStubsInfo(unsigned NumStubs, sys::OwningMemoryBlock StubsMem) in LocalIndirectStubsInfo()
337 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in create()
373 sys::OwningMemoryBlock StubsMem;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp111 OwningMemoryBlock Buffer;