Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h49 lldb::TypeSP CreateLLDBTypeFromPDBType(const llvm::pdb::PDBSymbol &type);
H A DPDBASTParser.cpp365 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType() function in PDBASTParser
H A DSymbolFilePDB.cpp567 lldb::TypeSP result = pdb->CreateLLDBTypeFromPDBType(*pdb_type); in ResolveTypeUID()