Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBuryPointer.h23 template <typename T> void BuryPointer(std::unique_ptr<T> Ptr) { in BuryPointer() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBuryPointer.cpp15 void BuryPointer(const void *Ptr) { in BuryPointer() function