| /external/llvm-project/lldb/source/Symbol/ |
| D | LocateSymbolFile.cpp | 41 int LocateMacOSXFilesUsingDebugSymbols(const ModuleSpec &module_spec, in LocateMacOSXFilesUsingDebugSymbols() 153 static bool LocateDSYMInVincinityOfExecutable(const ModuleSpec &module_spec, in LocateDSYMInVincinityOfExecutable() 207 static FileSpec LocateExecutableSymbolFileDsym(const ModuleSpec &module_spec) { in LocateExecutableSymbolFileDsym() 233 ModuleSpec Symbols::LocateExecutableObjectFile(const ModuleSpec &module_spec) { in LocateExecutableObjectFile() 260 Symbols::LocateExecutableSymbolFile(const ModuleSpec &module_spec, in LocateExecutableSymbolFile() 389 bool Symbols::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile()
|
| D | LocateSymbolFileMacOSX.cpp | 45 int LocateMacOSXFilesUsingDebugSymbols(const ModuleSpec &module_spec, in LocateMacOSXFilesUsingDebugSymbols() 308 ModuleSpec &module_spec) { in GetModuleSpecInfoFromUUIDDictionary() 476 bool Symbols::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile()
|
| D | Symbol.cpp | 416 Target &target, ConstString &reexport_name, ModuleSpec &module_spec, in ResolveReExportedSymbolInModuleSpec() 474 ModuleSpec module_spec; in ResolveReExportedSymbol() local
|
| /external/llvm-project/lldb/unittests/Symbol/ |
| D | LocateSymbolFileTest.cpp | 31 ModuleSpec module_spec; in TEST_F() local 40 ModuleSpec module_spec; in TEST_F() local
|
| /external/llvm-project/lldb/include/lldb/Core/ |
| D | ModuleSpec.h | 329 bool GetModuleSpecAtIndex(size_t i, ModuleSpec &module_spec) const { in GetModuleSpecAtIndex() 339 bool FindMatchingModuleSpec(const ModuleSpec &module_spec, in FindMatchingModuleSpec() 364 void FindMatchingModuleSpecs(const ModuleSpec &module_spec, in FindMatchingModuleSpecs()
|
| /external/llvm-project/lldb/source/Breakpoint/ |
| D | BreakpointResolverAddress.cpp | 25 const BreakpointSP &bkpt, const Address &addr, const FileSpec &module_spec) in BreakpointResolverAddress() 132 ModuleSpec module_spec(m_module_filespec); in SearchCallback() local
|
| /external/llvm-project/lldb/source/Target/ |
| D | ModuleCache.cpp | 191 const ModuleSpec &module_spec, const FileSpec &tmp_file, in Put() 215 const ModuleSpec &module_spec, in Get() 270 const ModuleSpec &module_spec, in GetAndPut()
|
| D | TargetList.cpp | 110 ModuleSpec module_spec(FileSpec(user_exe_path, FileSpec::Style::native)); in CreateTargetInternal() local 166 ModuleSpec module_spec; in CreateTargetInternal() local 336 ModuleSpec module_spec(file, arch); in CreateTargetInternal() local
|
| D | Platform.cpp | 222 const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp, in GetSharedModule() 263 const ArchSpec &arch, ModuleSpec &module_spec) { in GetModuleSpec() 855 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() 1521 ModuleSpec &module_spec, lldb::ModuleSP &module_sp, in GetCachedExecutable() 1535 const ModuleSpec &module_spec, lldb::ModuleSP &module_sp, in LoadCachedExecutable() 1545 Status Platform::GetRemoteSharedModule(const ModuleSpec &module_spec, in GetRemoteSharedModule() 1619 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule() 1632 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule()
|
| D | AssertFrameRecognizer.cpp | 23 FileSpec module_spec; member
|
| D | RemoteAwarePlatform.cpp | 24 ModuleSpec &module_spec) { in GetModuleSpec() 33 const ModuleSpec &module_spec, ModuleSP &exe_module_sp, in ResolveExecutable()
|
| /external/llvm-project/lldb/unittests/Target/ |
| D | ModuleCacheTest.cpp | 87 ModuleSpec module_spec; in TryGetAndPut() local 98 const FileSpec &tmp_download_file_spec) { in TryGetAndPut()
|
| D | RemoteAwarePlatformTest.cpp | 57 ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable()
|
| /external/llvm-project/lldb/source/Core/ |
| D | DynamicLoader.cpp | 80 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable() local 156 ModuleSpec module_spec(file, target.GetArchitecture()); in LoadModuleAtAddress() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| D | SymbolVendorWasm.cpp | 79 ModuleSpec module_spec; in CreateInstance() local
|
| /external/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| D | SymbolVendorELF.cpp | 88 ModuleSpec module_spec; in CreateInstance() local
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| D | DynamicLoaderPOSIXDYLD.cpp | 441 ModuleSpec module_spec{I->file_spec}; in RefreshModules() local 541 ModuleSpec module_spec(file, target.GetArchitecture()); in LoadInterpreterModule() local 733 ModuleSpec module_spec(process_info.GetExecutableFile(), in ResolveExecutableModule() local
|
| /external/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
| D | PlatformDarwin.cpp | 82 FileSpec module_spec = module.GetFileSpec(); in LocateExecutableScriptingResources() local 214 const lldb_private::ModuleSpec &module_spec, in BringInRemoteFile() 222 const lldb_private::ModuleSpec &module_spec, lldb::ModuleSP &module_sp, in GetSharedModuleWithLocalCache() 367 const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp, in GetSharedModule() 1729 const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp, in FindBundleBinaryInExecSearchPaths()
|
| D | PlatformMacOSX.cpp | 177 const lldb_private::ModuleSpec &module_spec, Process *process, in GetSharedModule()
|
| D | PlatformDarwinKernel.cpp | 729 const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp, in GetSharedModule() 760 const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp, in GetSharedModuleKext() 813 const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp, in GetSharedModuleKernel()
|
| /external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
| D | NativeProcessWindows.h | 161 void OnLoadDll(const lldb_private::ModuleSpec &module_spec, in OnLoadDll()
|
| D | LocalDebugDelegate.cpp | 48 void LocalDebugDelegate::OnLoadDll(const lldb_private::ModuleSpec &module_spec, in OnLoadDll()
|
| /external/llvm-project/lldb/source/Commands/ |
| D | CommandObjectSource.cpp | 569 ModuleSpec module_spec(module_file_spec); in DoExecute() local 894 ModuleSpec module_spec(module_file_spec); in FindMatchingFunctions() local 917 ModuleSpec module_spec(module_file_spec); in FindMatchingFunctionSymbols() local 1175 ModuleSpec module_spec(module_file_spec); in DoExecute() local
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| D | DynamicLoaderHexagonDYLD.cpp | 186 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable() local 393 ModuleSpec module_spec(file); in RefreshModules() local
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| D | DynamicLoaderWindowsDYLD.cpp | 67 const ModuleSpec module_spec, in OnLoadModule()
|