Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDInputFile.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-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDInputFile.h52 enum TypeCollectionKind { kTypes, kIds }; enumerator