Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMemory.h140 explicit OwningMemoryBlock(MemoryBlock M) : M(M) {} in OwningMemoryBlock() function
141 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function