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() {} in ~SymbolFileType()
207 class SymbolFileType; variable421 typedef std::shared_ptr<lldb_private::SymbolFileType> SymbolFileTypeSP;422 typedef std::weak_ptr<lldb_private::SymbolFileType> SymbolFileTypeWP;
128 SymbolFileType::SymbolFileType(SymbolFile &symbol_file, in SymbolFileType() function in SymbolFileType133 Type *SymbolFileType::GetType() { in GetType()
781 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateGlobalVariable()813 std::make_shared<SymbolFileType>(*this, toOpaqueUid(tid)); in CreateConstantSymbol()1326 std::make_shared<SymbolFileType>(*this, type_sp->GetID()); in CreateLocalVariable()
1009 std::make_shared<SymbolFileType>(*this, pdb_data.getTypeId()); in ParseVariableForPDBData()
3411 auto type_sp = std::make_shared<SymbolFileType>( in ParseVariableDIE()