Searched refs:SymbolFileType (Results 1 – 7 of 7) sorted by relevance
397 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,400 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function403 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);405 ~SymbolFileType() = default;
262 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType267 Type *SymbolFileType::GetType() { in GetType()
230 class SymbolFileType; variable446 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()1864 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
896 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); in ParseObjects()
1014 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
3614 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()