Home
last modified time | relevance | path

Searched defs:module_file_spec (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp156 const FileSpec &module_file_spec( in SetSectionUnloaded() local
191 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() local
H A DModuleCache.cpp78 FileSpec GetSymbolFileSpec(const FileSpec &module_file_spec) { in GetSymbolFileSpec()
H A DRemoteAwarePlatform.cpp22 bool RemoteAwarePlatform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
H A DPlatform.cpp204 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
1592 FileSpec module_file_spec; in CallLocateModuleCallbackIfSet() local
H A DTarget.cpp1765 const FileSpec &module_file_spec) { in ModuleIsExcludedForUnconstrainedSearches()
H A DProcess.cpp6115 bool Process::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp554 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local
879 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctions() local
901 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctionSymbols() local
1119 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local
H A DCommandObjectTarget.cpp1794 FileSpec module_file_spec(module_name); in FindModulesByName() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp112 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp44 const FileSpec &module_file_spec = module_sp->GetFileSpec(); in CanModuleBeGNUstepObjCLibrary() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
H A DSymbolContext.cpp968 FileSpec module_file_spec(spec_string); in AddSpecification() local
1040 FileSpec module_file_spec(m_module_spec); in SymbolContextMatches() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp315 const FileSpec &module_file_spec = module_sp->GetFileSpec(); in AppleIsModuleObjCLibrary() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModuleList.cpp660 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() local
806 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp680 __anon7928ee700602(const ModuleSpec &module_spec, FileSpec &module_file_spec, FileSpec &symbol_file_spec) SetLocateModuleCallback() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp741 FileSpec module_file_spec(module_path); GetLoadedModuleFileSpec() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp738 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp101 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1593 auto module_file_spec = AddInitCompletionHook() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3832 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()
3939 for (const FileSpec &module_file_spec : module_file_specs) { in GetModulesInfo() local
H A DProcessGDBRemote.cpp4111 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()