Home
last modified time | relevance | path

Searched refs:OwnedStorage (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DUDTLayout.h173 std::unique_ptr<PDBSymbolTypeUDT> OwnedStorage; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp147 OwnedStorage = std::move(UDT); in ClassLayout()