Searched refs:SymbolFileType (Results 1 – 6 of 6) sorted by relevance
48 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,51 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function54 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);56 ~SymbolFileType() = default;
130 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType135 Type *SymbolFileType::GetType() { in GetType()
218 class SymbolFileType; variable412 typedef std::shared_ptr<lldb_private::SymbolFileType> SymbolFileTypeSP;
898 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateGlobalVariable()938 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateConstantSymbol()1832 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
1024 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
3608 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()