Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h47 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>; variable
49 TypeCollectionPtr Types;
50 TypeCollectionPtr Ids;
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection()