Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.h48 lldb::TypeSP CreateLLDBTypeFromPDBType(const llvm::pdb::PDBSymbol &type);
HDPDBASTParser.cpp371 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType() function in PDBASTParser
HDSymbolFilePDB.cpp590 lldb::TypeSP result = pdb->CreateLLDBTypeFromPDBType(*pdb_type); in ResolveTypeUID()