Searched refs:SymbolFileType (Results 1 – 7 of 7) sorted by relevance
361 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,364 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function367 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);369 ~SymbolFileType() = default;
254 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType259 Type *SymbolFileType::GetType() { in GetType()
226 class SymbolFileType; variable436 typedef std::shared_ptr<lldb_private::SymbolFileType> SymbolFileTypeSP;
901 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateGlobalVariable()941 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateConstantSymbol()1847 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
898 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); in ParseObjects()
1028 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
3701 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()