Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMemory.h163 explicit OwningMemoryBlock(MemoryBlock M) : M(M) {} in OwningMemoryBlock() function
164 OwningMemoryBlock(OwningMemoryBlock &&Other) { in OwningMemoryBlock() function