Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.h48 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>; variable
50 TypeCollectionPtr Types;
51 TypeCollectionPtr Ids;
H A DInputFile.cpp381 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection()