Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.h48 lldb::TypeSP CreateLLDBTypeFromPDBType(const llvm::pdb::PDBSymbol &type);
H A DPDBASTParser.cpp372 lldb::TypeSP PDBASTParser::CreateLLDBTypeFromPDBType(const PDBSymbol &type) { in CreateLLDBTypeFromPDBType() function in PDBASTParser
H A DSymbolFilePDB.cpp586 lldb::TypeSP result = pdb->CreateLLDBTypeFromPDBType(*pdb_type); in ResolveTypeUID()