/external/llvm-project/lldb/source/Symbol/ |
D | LocateSymbolFile.cpp | 270 FileSpec module_file_spec = module_spec.GetFileSpec(); in LocateExecutableSymbolFile() local 272 FileSystem::Instance().ResolveSymbolicLink(module_file_spec, in LocateExecutableSymbolFile() 273 module_file_spec); in LocateExecutableSymbolFile() 275 ConstString file_dir = module_file_spec.GetDirectory(); in LocateExecutableSymbolFile() 354 module_file_spec.GetPath())) in LocateExecutableSymbolFile()
|
D | SymbolContext.cpp | 964 FileSpec module_file_spec(spec_string); in AddSpecification() local 965 ModuleSpec module_spec(module_file_spec); in AddSpecification() 1037 FileSpec module_file_spec(m_module_spec); in SymbolContextMatches() local 1038 if (!FileSpec::Match(module_file_spec, sc.module_sp->GetFileSpec())) in SymbolContextMatches()
|
/external/llvm-project/lldb/source/Target/ |
D | SectionLoadList.cpp | 145 const FileSpec &module_file_spec( in SetSectionUnloaded() local 147 module_name = module_file_spec.GetPath(); in SetSectionUnloaded() 180 const FileSpec &module_file_spec(section_sp->GetModule()->GetFileSpec()); in SetSectionUnloaded() local 181 module_name = module_file_spec.GetPath(); in SetSectionUnloaded()
|
D | ModuleCache.cpp | 77 FileSpec GetSymbolFileSpec(const FileSpec &module_file_spec) { in GetSymbolFileSpec() argument 78 return FileSpec(module_file_spec.GetPath() + kSymFileExtension); in GetSymbolFileSpec()
|
D | RemoteAwarePlatform.cpp | 22 bool RemoteAwarePlatform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() argument 26 return m_remote_platform_sp->GetModuleSpec(module_file_spec, arch, in GetModuleSpec()
|
D | Platform.cpp | 262 bool Platform::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() argument 265 if (ObjectFile::GetModuleSpecifications(module_file_spec, 0, 0, in GetModuleSpec() 270 return module_specs.FindMatchingModuleSpec(ModuleSpec(module_file_spec, arch), in GetModuleSpec()
|
D | Target.cpp | 1659 const FileSpec &module_file_spec) { in ModuleIsExcludedForUnconstrainedSearches() argument 1662 ModuleSpec module_spec(module_file_spec); in ModuleIsExcludedForUnconstrainedSearches()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectSource.cpp | 567 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local 568 if (module_file_spec) { in DoExecute() 569 ModuleSpec module_spec(module_file_spec); in DoExecute() 892 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctions() local 893 if (module_file_spec) { in FindMatchingFunctions() 894 ModuleSpec module_spec(module_file_spec); in FindMatchingFunctions() 915 FileSpec module_file_spec(m_options.modules[i]); in FindMatchingFunctionSymbols() local 916 if (module_file_spec) { in FindMatchingFunctionSymbols() 917 ModuleSpec module_spec(module_file_spec); in FindMatchingFunctionSymbols() 1173 FileSpec module_file_spec(m_options.modules[i]); in DoExecute() local [all …]
|
D | CommandObjectTarget.cpp | 1763 FileSpec module_file_spec(module_name); in FindModulesByName() local 1764 ModuleSpec module_spec(module_file_spec); in FindModulesByName()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeProcessWindows.cpp | 349 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local 350 FileSystem::Instance().Resolve(module_file_spec); in GetLoadedModuleFileSpec() 352 if (it.first == module_file_spec) { in GetLoadedModuleFileSpec() 358 module_file_spec.GetCString(), GetID()); in GetLoadedModuleFileSpec()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntime.cpp | 307 const FileSpec &module_file_spec = module_sp->GetFileSpec(); in AppleIsModuleObjCLibrary() local 310 if (module_file_spec) { in AppleIsModuleObjCLibrary() 311 if (module_file_spec.GetFilename() == ObjCName) in AppleIsModuleObjCLibrary()
|
/external/llvm-project/lldb/source/Core/ |
D | ModuleList.cpp | 623 const FileSpec &module_file_spec = module->GetFileSpec(); in LogUUIDAndPaths() local 628 module_file_spec.GetPath().c_str()); in LogUUIDAndPaths() 767 const FileSpec &module_file_spec = module_spec.GetFileSpec(); in GetSharedModule() local 886 if (located_binary_modulespec.GetFileSpec() != module_file_spec) { in GetSharedModule() 891 module_file_spec.GetPath(path, sizeof(path)); in GetSharedModule()
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.cpp | 361 lldb::SBFileSpec module_file_spec = module.GetPlatformFileSpec(); in GetTargetModulesInfo() local 362 if (!module_file_spec.IsValid()) { in GetTargetModulesInfo() 370 const char *image(module_file_spec.GetFilename()); in GetTargetModulesInfo() 373 uint32_t path_length = module_file_spec.GetPath( in GetTargetModulesInfo()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeProcessFreeBSD.cpp | 640 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local 641 FileSystem::Instance().Resolve(module_file_spec); in GetLoadedModuleFileSpec() 645 if (it.second.GetFilename() == module_file_spec.GetFilename()) { in GetLoadedModuleFileSpec() 651 module_file_spec.GetFilename().AsCString()); in GetLoadedModuleFileSpec()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | RemoteAwarePlatform.h | 22 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
|
D | Platform.h | 309 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
|
D | Process.h | 2393 virtual bool GetModuleSpec(const FileSpec &module_file_spec,
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 166 bool PlatformRemoteGDBServer::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() argument 171 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() 173 if (!m_gdb_client.GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec()
|
D | PlatformRemoteGDBServer.h | 49 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 1720 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec() local 1721 FileSystem::Instance().Resolve(module_file_spec); in GetLoadedModuleFileSpec() 1725 if (it.second.GetFilename() == module_file_spec.GetFilename()) { in GetLoadedModuleFileSpec() 1731 module_file_spec.GetFilename().AsCString(), GetID()); in GetLoadedModuleFileSpec()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.h | 198 bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch,
|
D | GDBRemoteCommunicationClient.h | 454 bool GetModuleInfo(const FileSpec &module_file_spec,
|
D | GDBRemoteCommunicationClient.cpp | 3652 const FileSpec &module_file_spec, const lldb_private::ArchSpec &arch_spec, in GetModuleInfo() argument 3657 std::string module_path = module_file_spec.GetPath(false); in GetModuleInfo() 3685 module_spec.GetFileSpec() = module_file_spec; in GetModuleInfo() 3759 for (const FileSpec &module_file_spec : module_file_specs) { in GetModulesInfo() local 3761 json::Object{{"file", module_file_spec.GetPath(false)}, in GetModulesInfo()
|
D | ProcessGDBRemote.cpp | 4206 bool ProcessGDBRemote::GetModuleSpec(const FileSpec &module_file_spec, in GetModuleSpec() argument 4211 const ModuleCacheKey key(module_file_spec.GetPath(), in GetModuleSpec() 4219 if (!m_gdb_comm.GetModuleInfo(module_file_spec, arch, module_spec)) { in GetModuleSpec() 4221 __FUNCTION__, module_file_spec.GetPath().c_str(), in GetModuleSpec() 4230 __FUNCTION__, module_file_spec.GetPath().c_str(), in GetModuleSpec()
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1625 auto module_file_spec = in AddInitCompletionHook() local 1627 module_spec_list.Append(module_file_spec); in AddInitCompletionHook()
|