Home
last modified time | relevance | path

Searched refs:GetBestPossibleDecl (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.h150 PdbTypeSymId GetBestPossibleDecl(PdbTypeSymId id, llvm::pdb::TpiStream &tpi);
DPdbAstBuilder.cpp459 PdbTypeSymId best_ti = GetBestPossibleDecl(tag_ti, index.tpi()); in CompleteTagDecl()
818 PdbTypeSymId best_type = GetBestPossibleDecl(type, index.tpi()); in GetOrCreateType()
DPdbUtil.cpp1040 PdbTypeSymId lldb_private::npdb::GetBestPossibleDecl(PdbTypeSymId id, in GetBestPossibleDecl() function in lldb_private::npdb