Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
include/lldb/Symbol/SymbolFile.h
Show First 20 Lines • Show All 195 Lines • ▼ Show 20 Lines | GetMangledNamesForFunction(const std::string &scope_qualified_name, | ||||
std::vector<ConstString> &mangled_names); | std::vector<ConstString> &mangled_names); | ||||
virtual size_t GetTypes(lldb_private::SymbolContextScope *sc_scope, | virtual size_t GetTypes(lldb_private::SymbolContextScope *sc_scope, | ||||
lldb::TypeClass type_mask, | lldb::TypeClass type_mask, | ||||
lldb_private::TypeList &type_list) = 0; | lldb_private::TypeList &type_list) = 0; | ||||
virtual void PreloadSymbols(); | virtual void PreloadSymbols(); | ||||
virtual lldb_private::TypeSystem * | virtual llvm::Expected<lldb_private::TypeSystem &> | ||||
GetTypeSystemForLanguage(lldb::LanguageType language); | GetTypeSystemForLanguage(lldb::LanguageType language); | ||||
virtual CompilerDeclContext | virtual CompilerDeclContext | ||||
FindNamespace(ConstString name, | FindNamespace(ConstString name, | ||||
const CompilerDeclContext *parent_decl_ctx) { | const CompilerDeclContext *parent_decl_ctx) { | ||||
return CompilerDeclContext(); | return CompilerDeclContext(); | ||||
} | } | ||||
▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines |