Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DSectionLoadList.cpp145 const FileSpec &module_file_spec( in SetSectionUnloaded() local
180 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() local
DModuleCache.cpp77 FileSpec GetSymbolFileSpec(const FileSpec &module_file_spec) { in GetSymbolFileSpec()
DRemoteAwarePlatform.cpp22 bool RemoteAwarePlatform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
DPlatform.cpp262 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
DTarget.cpp1657 const FileSpec &module_file_spec) { in ModuleIsExcludedForUnconstrainedSearches()
DProcess.cpp5796 bool Process::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp565 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local
887 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctions() local
910 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctionSymbols() local
1163 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local
DCommandObjectTarget.cpp1728 FileSpec module_file_spec(module_name); in FindModulesByName() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DLocateSymbolFile.cpp267 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile() local
DSymbolContext.cpp962 FileSpec module_file_spec(spec_string); in AddSpecification() local
1035 FileSpec module_file_spec(m_module_spec); in SymbolContextMatches() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp307 const FileSpec &module_file_spec = module_sp->GetFileSpec(); in AppleIsModuleObjCLibrary() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DModuleList.cpp619 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() local
763 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DNativeProcessFreeBSD.cpp701 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp742 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp167 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1619 auto module_file_spec = in AddInitCompletionHook() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp3638 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()
3745 for (const FileSpec &module_file_spec : module_file_specs) { in GetModulesInfo() local
DProcessGDBRemote.cpp4282 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()