Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp242 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
H A DProcess.cpp5806 bool Process::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
H A DTarget.cpp1718 const FileSpec &module_file_spec) { in ModuleIsExcludedForUnconstrainedSearches()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSource.cpp561 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local
883 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctions() local
905 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctionSymbols() local
1150 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local
H A DCommandObjectTarget.cpp1747 FileSpec module_file_spec(module_name); in FindModulesByName() local
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp277 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile() local
H A DSymbolContext.cpp956 FileSpec module_file_spec(spec_string); in AddSpecification() local
1028 FileSpec module_file_spec(m_module_spec); in SymbolContextMatches() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DModuleList.cpp657 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() local
803 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp309 const FileSpec &module_file_spec = module_sp->GetFileSpec(); in AppleIsModuleObjCLibrary() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.cpp372 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp715 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp743 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp95 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1599 auto module_file_spec = in AddInitCompletionHook() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1733 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3762 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo()
3869 for (const FileSpec &module_file_spec : module_file_specs) { in GetModulesInfo() local
H A DProcessGDBRemote.cpp3965 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec()