Lines Matching refs:lldb_private

31 class SymbolFileDWARFDebugMap : public lldb_private::SymbolFile
44 static lldb_private::ConstString
50 static lldb_private::SymbolFile *
51 CreateInstance (lldb_private::ObjectFile* obj_file);
56 SymbolFileDWARFDebugMap (lldb_private::ObjectFile* ofile);
69 virtual lldb::LanguageType ParseCompileUnitLanguage (const lldb_private::SymbolContext& sc);
70 virtual size_t ParseCompileUnitFunctions (const lldb_private::SymbolContext& sc);
71 virtual bool ParseCompileUnitLineTable (const lldb_private::SymbolContext& sc);
72 …l bool ParseCompileUnitSupportFiles (const lldb_private::SymbolContext& sc, lldb_privat…
73 virtual size_t ParseFunctionBlocks (const lldb_private::SymbolContext& sc);
74 virtual size_t ParseTypes (const lldb_private::SymbolContext& sc);
75 virtual size_t ParseVariablesForContext (const lldb_private::SymbolContext& sc);
77 virtual lldb_private::Type* ResolveTypeUID (lldb::user_id_t type_uid);
79 …virtual clang::DeclContext* GetClangDeclContextForTypeUID (const lldb_private::SymbolContext &sc, …
80 … virtual bool ResolveClangOpaqueTypeDefinition (lldb_private::ClangASTType& clang_type);
81 …nt32_t ResolveSymbolContext (const lldb_private::Address& so_addr, uint32_t resolve_scope,
82 …veSymbolContext (const lldb_private::FileSpec& file_spec, uint32_t line, bool check_inlines, uint3…
83 … (const lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, b…
84 … FindGlobalVariables (const lldb_private::RegularExpression& regex, bool append, uint32_t max…
85lldb_private::ConstString &name, const lldb_private::ClangNamespaceDecl *namespace_decl, uint32_t …
86 …32_t FindFunctions (const lldb_private::RegularExpression& regex, bool include_inlines, boo…
87lldb_private::SymbolContext& sc, const lldb_private::ConstString &name, const lldb_private::ClangN…
88 virtual lldb_private::ClangNamespaceDecl
89 FindNamespace (const lldb_private::SymbolContext& sc,
90 const lldb_private::ConstString &name,
91 … const lldb_private::ClangNamespaceDecl *parent_namespace_decl);
92 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
94 lldb_private::TypeList &type_list);
119 virtual lldb_private::ConstString
147 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t, lldb::addr_t> FileRangeMap;
154 lldb_private::FileSpec so_file;
155 lldb_private::ConstString oso_path;
156 lldb_private::TimeValue oso_mod_time;
202 GetFileSpecForSO (uint32_t oso_idx, lldb_private::FileSpec &file_spec);
205 GetCompUnitInfo (const lldb_private::SymbolContext& sc);
208 GetCompUnitInfosForModule (const lldb_private::Module *oso_module,
211 lldb_private::Module *
214 lldb_private::Module *
217 lldb_private::ObjectFile *
220 lldb_private::ObjectFile *
227 GetSymbolFile (const lldb_private::SymbolContext& sc);
248 PrivateFindGlobalVariables (const lldb_private::ConstString &name,
249 const lldb_private::ClangNamespaceDecl *namespace_decl,
252 lldb_private::VariableList& variables);
272 const lldb_private::ConstString &type_name,
331 typedef lldb_private::RangeDataVector<lldb::addr_t, lldb::addr_t, OSOEntry> DebugMap;
340 std::map<lldb_private::ConstString, OSOInfoSP> m_oso_map;
342 lldb_private::LazyBool m_supports_DW_AT_APPLE_objc_complete_type;
376 LinkOSOAddress (lldb_private::Address &addr);
411 lldb_private::LineTable *
413 lldb_private::LineTable *line_table);