Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DInputFile.cpp417 if (Ids && Kind == kIds) in getOrCreateTypeCollection()
420 if (Kind == kIds) { in getOrCreateTypeCollection()
427 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection()
428 auto &Stream = cantFail((Kind == kIds) ? pdb().getPDBIpiStream() in getOrCreateTypeCollection()
467 return getOrCreateTypeCollection(kIds); in ids()
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DInputFile.h52 enum TypeCollectionKind { kTypes, kIds }; enumerator