Home
last modified time | relevance | path

Searched defs:module_list (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/
H A DDynamicLoaderWindowsDYLD.cpp77 ModuleList module_list; in OnLoadModule() local
91 ModuleList module_list; in OnUnloadModule() local
143 ModuleList module_list; in DidAttach() local
163 ModuleList module_list; in DidLaunch() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp21 lldb_private::ModuleList &module_list, lldb_private::Process *process, in ModulesDidLoad() argument
43 lldb_private::ModuleList &module_list) { in ModulesDidLoad() argument
H A DSystemRuntime.cpp40 void SystemRuntime::ModulesDidLoad(const ModuleList &module_list) {} in ModulesDidLoad()
H A DStructuredDataPlugin.cpp65 ModuleList &module_list) { in ModulesDidLoad()
H A DJITLoaderList.cpp49 void JITLoaderList::ModulesDidLoad(ModuleList &module_list) { in ModulesDidLoad()
H A DTarget.cpp1691 const size_t num_images = module_list.GetSize(); in NotifyModulesRemoved() argument
1657 NotifyWillClearList(const ModuleList & module_list) NotifyWillClearList() argument
1659 NotifyModuleAdded(const ModuleList & module_list,const ModuleSP & module_sp) NotifyModuleAdded() argument
1669 NotifyModuleRemoved(const ModuleList & module_list,const ModuleSP & module_sp) NotifyModuleRemoved() argument
1679 NotifyModuleUpdated(const ModuleList & module_list,const ModuleSP & old_module_sp,const ModuleSP & new_module_sp) NotifyModuleUpdated() argument
1695 ModulesDidLoad(ModuleList & module_list) ModulesDidLoad() argument
1713 SymbolsDidLoad(ModuleList & module_list) SymbolsDidLoad() argument
1729 ModulesDidUnload(ModuleList & module_list,bool delete_locations) ModulesDidUnload() argument
3146 UnloadModuleSections(const ModuleList & module_list) UnloadModuleSections() argument
4911 TargetEventData(const lldb::TargetSP & target_sp,const ModuleList & module_list) TargetEventData() argument
4950 ModuleList module_list; GetModuleListFromEvent() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp170 ModuleList &module_list = target.GetImages(); in DidAttach() local
176 ModuleList &module_list = target.GetImages(); in DidLaunch() local
180 void JITLoaderGDB::ModulesDidLoad(ModuleList &module_list) { in ModulesDidLoad()
186 void JITLoaderGDB::SetJITBreakpoint(lldb_private::ModuleList &module_list) { in SetJITBreakpoint()
288 ModuleList &module_list = target.GetImages(); in ReadJITDescriptorImpl() local
361 ModuleList module_list; in ReadJITDescriptorImpl() local
448 addr_t JITLoaderGDB::GetSymbolAddress(ModuleList &module_list, in GetSymbolAddress()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h177 SymbolsDidLoad(const ModuleList & module_list) SymbolsDidLoad() argument
190 ModulesDidLoad(const ModuleList & module_list) ModulesDidLoad() argument
H A DDynamicLoader.h147 FindEquivalentSymbols(Symbol * original_symbol,ModuleList & module_list,SymbolContextList & equivalent_symbols) FindEquivalentSymbols() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp349 llvm::Expected<LoadedModuleInfoList> module_list = in UpdateSOEntriesFromRemote() local
418 const LoadedModuleInfoList &module_list) { in SaveSOEntriesFromRemote()
436 const LoadedModuleInfoList &module_list) { in AddSOEntriesFromRemote()
466 const LoadedModuleInfoList &module_list) { in RemoveSOEntriesFromRemote()
H A DDynamicLoaderPOSIXDYLD.cpp128 ModuleList module_list; in DidAttach() local
181 ModuleList module_list; in DidLaunch() local
619 ModuleList module_list; LoadAllCurrentModules() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp133 const ModuleList module_list = in GetNumModulesFromEvent() local
142 const ModuleList module_list = in GetModuleAtIndexFromEvent() local
721 const FileSpecList *module_list = nullptr; BreakpointCreateByLocation() local
749 const FileSpecList *module_list = nullptr; BreakpointCreateByLocation() local
793 BreakpointCreateByName(const char * symbol_name,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByName() argument
805 BreakpointCreateByName(const char * symbol_name,uint32_t name_type_mask,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByName() argument
816 BreakpointCreateByName(const char * symbol_name,uint32_t name_type_mask,LanguageType symbol_language,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByName() argument
839 BreakpointCreateByNames(const char * symbol_names[],uint32_t num_names,uint32_t name_type_mask,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByNames() argument
850 BreakpointCreateByNames(const char * symbol_names[],uint32_t num_names,uint32_t name_type_mask,LanguageType symbol_language,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByNames() argument
863 BreakpointCreateByNames(const char * symbol_names[],uint32_t num_names,uint32_t name_type_mask,LanguageType symbol_language,lldb::addr_t offset,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByNames() argument
898 BreakpointCreateByRegex(const char * symbol_name_regex,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByRegex() argument
908 BreakpointCreateByRegex(const char * symbol_name_regex,LanguageType symbol_language,const SBFileSpecList & module_list,const SBFileSpecList & comp_unit_list) BreakpointCreateByRegex() argument
983 BreakpointCreateBySourceRegex(const char * source_regex,const SBFileSpecList & module_list,const lldb::SBFileSpecList & source_file_list) BreakpointCreateBySourceRegex() argument
992 BreakpointCreateBySourceRegex(const char * source_regex,const SBFileSpecList & module_list,const lldb::SBFileSpecList & source_file_list,const SBStringList & func_names) BreakpointCreateBySourceRegex() argument
1037 BreakpointCreateFromScript(const char * class_name,SBStructuredData & extra_args,const SBFileSpecList & module_list,const SBFileSpecList & file_list,bool request_hardware) BreakpointCreateFromScript() argument
2079 ModuleList module_list; SetSectionLoadAddress() local
2112 ModuleList module_list; ClearSectionLoadAddress() local
2157 ModuleList module_list; SetModuleLoadAddress() local
2200 ModuleList module_list; ClearModuleLoadAddress() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp140 const ModuleList &module_list, in DumpLinesInSymbolContexts() argument
297 size_t GetSymbolContextsForAddress(const ModuleList &module_list, in GetSymbolContextsForAddress() argument
382 ModuleList module_list = DumpLinesInFunctions() local
471 ModuleList module_list; DumpLinesForAddress() local
488 const ModuleList &module_list = DumpLinesForFile() local
523 ModuleList module_list; DumpLinesForFrame() local
969 const ModuleList &module_list = target->GetImages(); DoExecute() local
[all...]
H A DCommandObjectTarget.cpp1391 DumpModuleObjfileHeaders(Stream & strm,ModuleList & module_list) DumpModuleObjfileHeaders() argument
1835 FindModulesByName(Target * target,const char * module_name,ModuleList & module_list,bool check_global_list) FindModulesByName() argument
1984 ModuleList module_list; DoExecute() local
2081 const ModuleList &module_list = target->GetImages(); DoExecute() local
2112 ModuleList module_list; DoExecute() local
2201 ModuleList module_list; DoExecute() local
2311 const ModuleList &module_list = target->GetImages(); DoExecute() local
2334 ModuleList module_list; DoExecute() local
2413 ModuleList module_list; DoExecute() local
2640 ModuleList module_list; DoExecute() local
2967 ModuleList &module_list = target->GetImages(); DoExecute() local
2980 ModuleList module_list; DoExecute() local
3251 ModuleList module_list; DoExecute() local
4205 ModuleList module_list; DoExecute() local
4467 ModuleList module_list; AddModuleSymbols() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Static/
H A DDynamicLoaderStatic.cpp80 const ModuleList &module_list = m_process->GetTarget().GetImages(); in LoadAllImagesAtFileAddresses() local
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp151 ModuleList module_list; DoOnRemoval() local
H A DSearchFilter.cpp498 const lldb::TargetSP &target_sp, const FileSpecList &module_list) in SearchFilterByModuleList()
503 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleList()
627 const lldb::TargetSP &target_sp, const FileSpecList &module_list, in SearchFilterByModuleListAndCU()
H A DModuleList.cpp294 void ModuleList::Append(const ModuleList &module_list) { in AppendIfNeeded() argument
289 Append(const ModuleList & module_list) Append() argument
393 Remove(ModuleList & module_list) Remove() argument
736 ModuleList module_list; global() member
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp135 ModuleList module_list; in DidAttach() local
454 ModuleList module_list; in LoadAllCurrentModules() local
/freebsd-src/sys/dev/ice/
H A Dice_fw_logging.c344 struct sysctl_oid_list *parent_list, *fwlog_list, *module_list; in ice_add_fw_logging_tunables() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp606 ReadObjCLibraryIfNeeded(const ModuleList & module_list) ReadObjCLibraryIfNeeded() argument
621 ModulesDidLoad(const ModuleList & module_list) ModulesDidLoad() argument
/freebsd-src/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp448 ResolveBreakpointInModules(ModuleList & module_list,BreakpointLocationCollection & new_locations) ResolveBreakpointInModules() argument
457 ResolveBreakpointInModules(ModuleList & module_list,bool send_event) ResolveBreakpointInModules() argument
483 ModulesChanged(ModuleList & module_list,bool load,bool delete_locations) ModulesChanged() argument
H A DBreakpointList.cpp172 void BreakpointList::UpdateBreakpoints(ModuleList &module_list, bool added, in UpdateBreakpoints()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp222 ModulesDidLoad(const ModuleList & module_list) ModulesDidLoad() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp249 ModuleList module_list = process.GetTarget().GetImages(); in BuildModulesSection() local

12