Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DInputFile.cpp362 if (Ids && Kind == kIds) in getOrCreateTypeCollection()
365 if (Kind == kIds) { in getOrCreateTypeCollection()
372 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection()
373 auto &Stream = cantFail((Kind == kIds) ? pdb().getPDBIpiStream() in getOrCreateTypeCollection()
412 return getOrCreateTypeCollection(kIds); in ids()
DInputFile.h54 enum TypeCollectionKind { kTypes, kIds }; enumerator