Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp418 if (Ids && Kind == kIds) in getOrCreateTypeCollection()
421 if (Kind == kIds) { in getOrCreateTypeCollection()
428 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection()
429 auto &Stream = cantFail((Kind == kIds) ? pdb().getPDBIpiStream() in getOrCreateTypeCollection()
468 return getOrCreateTypeCollection(kIds); in ids()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInputFile.h53 enum TypeCollectionKind { kTypes, kIds }; enumerator