Searched refs:SymbolFileType (Results 1 – 6 of 6) sorted by relevance
46 class SymbolFileType : public std::enable_shared_from_this<SymbolFileType>,49 SymbolFileType(SymbolFile &symbol_file, lldb::user_id_t uid) in SymbolFileType() function52 SymbolFileType(SymbolFile &symbol_file, const lldb::TypeSP &type_sp);54 ~SymbolFileType() = default;
129 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType134 Type *SymbolFileType::GetType() { in GetType()
216 class SymbolFileType; variable404 typedef std::shared_ptr<lldb_private::SymbolFileType> SymbolFileTypeSP;
821 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateGlobalVariable()855 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateConstantSymbol()1714 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
1019 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
3473 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()