Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h53 enum TypeCollectionKind { kTypes, kIds }; enum
55 getOrCreateTypeCollection(TypeCollectionKind Kind);
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp414 InputFile::getOrCreateTypeCollection(TypeCollectionKind Kind) { in getOrCreateTypeCollection()