Searched refs:SymbolFileType (Results 1 – 7 of 7) sorted by relevance
357 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,360 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function363 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);365 ~SymbolFileType() = default;
255 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType260 Type *SymbolFileType::GetType() { in GetType()
222 class SymbolFileType; variable428 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()
896 auto type_sp = std::make_shared<SymbolFileType>(*this, type_uid); in ParseObjects()
1028 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
3721 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()