Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DInputFile.h49 using TypeCollectionPtr = std::unique_ptr<codeview::LazyRandomTypeCollection>; variable
51 TypeCollectionPtr Types;
52 TypeCollectionPtr Ids;
H A DInputFile.cpp377 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection()