LLDB mainline
lldb_private::Module Member List

This is the complete list of members for lldb_private::Module, including all inherited members.

CalculateSymbolContext(SymbolContext *sc) overridelldb_private::Modulevirtual
CalculateSymbolContextBlock()lldb_private::SymbolContextScopeinlinevirtual
CalculateSymbolContextCompileUnit()lldb_private::SymbolContextScopeinlinevirtual
CalculateSymbolContextFunction()lldb_private::SymbolContextScopeinlinevirtual
CalculateSymbolContextModule() overridelldb_private::Modulevirtual
CalculateSymbolContextSymbol()lldb_private::SymbolContextScopeinlinevirtual
CreateModuleFromObjectFile(Args &&...args)lldb_private::Moduleinlinestatic
Dump(Stream *s)lldb_private::Module
DumpSymbolContext(Stream *s) overridelldb_private::Modulevirtual
FileHasChanged() constlldb_private::Module
FindAddressesForLine(const lldb::TargetSP target_sp, const FileSpec &file, uint32_t line, Function *function, std::vector< Address > &output_local, std::vector< Address > &output_extern)lldb_private::Module
FindCompileUnits(const FileSpec &path, SymbolContextList &sc_list)lldb_private::Module
FindFirstSymbolWithNameAndType(ConstString name, lldb::SymbolType symbol_type=lldb::eSymbolTypeAny)lldb_private::Module
FindFunctions(const LookupInfo &lookup_info, const CompilerDeclContext &parent_decl_ctx, const ModuleFunctionSearchOptions &options, SymbolContextList &sc_list)lldb_private::Module
FindFunctions(ConstString name, const CompilerDeclContext &parent_decl_ctx, lldb::FunctionNameType name_type_mask, const ModuleFunctionSearchOptions &options, SymbolContextList &sc_list)lldb_private::Module
FindFunctions(llvm::ArrayRef< CompilerContext > compiler_ctx, lldb::FunctionNameType name_type_mask, const ModuleFunctionSearchOptions &options, SymbolContextList &sc_list)lldb_private::Module
FindFunctions(const RegularExpression &regex, const ModuleFunctionSearchOptions &options, SymbolContextList &sc_list)lldb_private::Module
FindFunctionSymbols(ConstString name, uint32_t name_type_mask, SymbolContextList &sc_list)lldb_private::Module
FindGlobalVariables(ConstString name, const CompilerDeclContext &parent_decl_ctx, size_t max_matches, VariableList &variable_list)lldb_private::Module
FindGlobalVariables(const RegularExpression &regex, size_t max_matches, VariableList &variable_list)lldb_private::Module
FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) constlldb_private::Module
FindSymbolsMatchingRegExAndType(const RegularExpression &regex, lldb::SymbolType symbol_type, SymbolContextList &sc_list, Mangled::NamePreference mangling_preference=Mangled::ePreferDemangled)lldb_private::Module
FindSymbolsWithNameAndType(ConstString name, lldb::SymbolType symbol_type, SymbolContextList &sc_list)lldb_private::Module
FindTypes(const TypeQuery &query, TypeResults &results)lldb_private::Module
ForEachTypeSystem(llvm::function_ref< bool(lldb::TypeSystemSP)> callback)lldb_private::Module
GetAllocatedModuleAtIndex(size_t idx)lldb_private::Modulestatic
GetAllocationModuleCollectionMutex()lldb_private::Modulestatic
GetArchitecture() constlldb_private::Module
GetCacheKey()lldb_private::Module
GetCompileUnitAtIndex(size_t idx)lldb_private::Module
GetDescription(llvm::raw_ostream &s, lldb::DescriptionLevel level=lldb::eDescriptionLevelFull)lldb_private::Module
GetFileSpec() constlldb_private::Moduleinline
GetIndexCache()lldb_private::Modulestatic
GetIsDynamicLinkEditor()lldb_private::Module
GetMemoryObjectFile(const lldb::ProcessSP &process_sp, lldb::addr_t header_addr, Status &error, size_t size_to_read=512)lldb_private::Module
GetModificationTime() constlldb_private::Moduleinline
GetMutex() constlldb_private::Moduleinline
GetNumberAllocatedModules()lldb_private::Modulestatic
GetNumCompileUnits()lldb_private::Module
GetObjectFile()lldb_private::Modulevirtual
GetObjectModificationTime() constlldb_private::Moduleinline
GetObjectName() constlldb_private::Module
GetObjectOffset() constlldb_private::Moduleinline
GetPlatformFileSpec() constlldb_private::Moduleinline
GetRemoteInstallFileSpec() constlldb_private::Moduleinline
GetSectionList()lldb_private::Modulevirtual
GetSourceMappingList()lldb_private::Moduleinline
GetSourceMappingList() constlldb_private::Moduleinline
GetSpecificationDescription() constlldb_private::Module
GetSymbolFile(bool can_create=true, Stream *feedback_strm=nullptr)lldb_private::Modulevirtual
GetSymbolFileFileSpec() constlldb_private::Moduleinline
GetSymtab()lldb_private::Module
GetSymtabIndexTime()lldb_private::Moduleinline
GetSymtabParseTime()lldb_private::Moduleinline
GetTypeSystemForLanguage(lldb::LanguageType language)lldb_private::Module
GetUnifiedSectionList()lldb_private::Moduleprotected
GetUnwindTable()lldb_private::Module
GetUUID()lldb_private::Module
GetVersion()lldb_private::Module
Hash()lldb_private::Module
IsExecutable()lldb_private::Module
IsLoadedInTarget(Target *target)lldb_private::Module
LoadScriptingResourceInTarget(Target *target, Status &error, Stream &feedback_stream)lldb_private::Module
LogMessage(Log *log, const char *format, Args &&...args)lldb_private::Moduleinline
LogMessage(Log *log, const llvm::formatv_object_base &payload)lldb_private::Moduleprivate
LogMessageVerboseBacktrace(Log *log, const char *format, Args &&...args)lldb_private::Moduleinline
LogMessageVerboseBacktrace(Log *log, const llvm::formatv_object_base &payload)lldb_private::Moduleprivate
m_archlldb_private::Moduleprotected
m_data_splldb_private::Moduleprotected
m_did_load_objfilelldb_private::Moduleprotected
m_did_load_symfilelldb_private::Moduleprotected
m_did_set_uuidlldb_private::Moduleprotected
m_filelldb_private::Moduleprotected
m_file_has_changedlldb_private::Modulemutableprotected
m_first_file_changed_loglldb_private::Moduleprotected
m_language_warninglldb_private::Moduleprotected
m_mod_timelldb_private::Moduleprotected
m_mutexlldb_private::Modulemutableprotected
m_object_mod_timelldb_private::Moduleprotected
m_object_namelldb_private::Moduleprotected
m_object_offsetlldb_private::Moduleprotected
m_objfile_splldb_private::Moduleprotected
m_old_symfileslldb_private::Moduleprotected
m_optimization_warninglldb_private::Moduleprotected
m_platform_filelldb_private::Moduleprotected
m_remote_install_filelldb_private::Moduleprotected
m_sections_uplldb_private::Moduleprotected
m_source_mappingslldb_private::Moduleprotected
m_symfile_speclldb_private::Moduleprotected
m_symfile_uplldb_private::Moduleprotected
m_symtab_index_timelldb_private::Moduleprotected
m_symtab_parse_timelldb_private::Moduleprotected
m_type_system_maplldb_private::Moduleprotected
m_unwind_tablelldb_private::Moduleprotected
m_uuidlldb_private::Moduleprotected
MatchesModuleSpec(const ModuleSpec &module_ref)lldb_private::Module
MergeArchitecture(const ArchSpec &arch_spec)lldb_private::Module
Module(const FileSpec &file_spec, const ArchSpec &arch, ConstString object_name=ConstString(), lldb::offset_t object_offset=0, const llvm::sys::TimePoint<> &object_mod_time=llvm::sys::TimePoint<>())lldb_private::Module
Module(const ModuleSpec &module_spec)lldb_private::Module
Module()lldb_private::Moduleprivate
Module(const Module &)=deletelldb_private::Moduleprivate
ModuleListlldb_private::Modulefriend
ObjectFilelldb_private::Modulefriend
operator=(const Module &)=deletelldb_private::Moduleprivate
ParseAllDebugSymbols()lldb_private::Module
PreloadSymbols()lldb_private::Module
RegisterXcodeSDK(llvm::StringRef sdk, llvm::StringRef sysroot)lldb_private::Module
RemapSourceFile(llvm::StringRef path) constlldb_private::Module
RemapSourceFile(const char *, std::string &) const =deletelldb_private::Module
ReportError(const char *format, Args &&...args)lldb_private::Moduleinline
ReportError(const llvm::formatv_object_base &payload)lldb_private::Moduleprivate
ReportErrorIfModifyDetected(const char *format, Args &&...args)lldb_private::Moduleinline
ReportErrorIfModifyDetected(const llvm::formatv_object_base &payload)lldb_private::Moduleprivate
ReportWarning(const char *format, Args &&...args)lldb_private::Moduleinline
ReportWarning(const llvm::formatv_object_base &payload)lldb_private::Moduleprivate
ReportWarningOptimization(std::optional< lldb::user_id_t > debugger_id)lldb_private::Module
ReportWarningUnsupportedLanguage(lldb::LanguageType language, std::optional< lldb::user_id_t > debugger_id)lldb_private::Module
ResolveFileAddress(lldb::addr_t vm_addr, Address &so_addr)lldb_private::Module
ResolveSymbolContextForAddress(const Address &so_addr, lldb::SymbolContextItem resolve_scope, SymbolContext &sc, bool resolve_tail_call_address=false)lldb_private::Module
ResolveSymbolContextForFilePath(const char *file_path, uint32_t line, bool check_inlines, lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list)lldb_private::Module
ResolveSymbolContextsForFileSpec(const FileSpec &file_spec, uint32_t line, bool check_inlines, lldb::SymbolContextItem resolve_scope, SymbolContextList &sc_list)lldb_private::Module
SectionFileAddressesChanged()lldb_private::Modulevirtual
SetArchitecture(const ArchSpec &new_arch)lldb_private::Moduleprotected
SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name)lldb_private::Module
SetLoadAddress(Target &target, lldb::addr_t value, bool value_is_offset, bool &changed)lldb_private::Module
SetPlatformFileSpec(const FileSpec &file)lldb_private::Moduleinline
SetRemoteInstallFileSpec(const FileSpec &file)lldb_private::Moduleinline
SetSymbolFileFileSpec(const FileSpec &file)lldb_private::Module
SetUUID(const lldb_private::UUID &uuid)lldb_private::Moduleprotected
SymbolFilelldb_private::Modulefriend
SymbolIndicesToSymbolContextList(Symtab *symtab, std::vector< uint32_t > &symbol_indexes, SymbolContextList &sc_list)lldb_private::Moduleprotected
~Module() overridelldb_private::Module
~SymbolContextScope()=defaultlldb_private::SymbolContextScopevirtual