Home
last modified time | relevance | path

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

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