| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | |
| H A D | SymbolLocator.cpp | 34 ModuleSpec module_spec; in DownloadSymbolFileAsync() local
|
| H A D | LocateSymbolFileMacOSX.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/ |
| H A D | SymbolLocatorDebuginfod.cpp | 144 static llvm::StringRef getFileName(const ModuleSpec &module_spec, in getFileName() 163 GetFileForModule(const ModuleSpec &module_spec, in GetFileForModule() 205 const ModuleSpec &module_spec) { in LocateExecutableObjectFile() 210 const ModuleSpec &module_spec, const FileSpecList &default_search_paths) { in LocateExecutableSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/ |
| H A D | SymbolLocatorDefault.cpp | 74 const ModuleSpec &module_spec) { in LocateExecutableObjectFile() 98 const ModuleSpec &module_spec, const FileSpecList &default_search_paths) { in LocateExecutableSymbolFile() 256 bool SymbolLocatorDefault::DownloadObjectAndSymbolFile(ModuleSpec &module_spec, in DownloadObjectAndSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
| H A D | SymbolLocatorDebugSymbols.cpp | 84 const ModuleSpec &module_spec) { in LocateExecutableObjectFile() 471 static bool LocateDSYMInVincinityOfExecutable(const ModuleSpec &module_spec, in LocateDSYMInVincinityOfExecutable() 525 static int LocateMacOSXFilesUsingDebugSymbols(const ModuleSpec &module_spec, in LocateMacOSXFilesUsingDebugSymbols() 769 const ModuleSpec &module_spec, const FileSpecList &default_search_paths) { in LocateExecutableSymbolFile() 798 ModuleSpec &module_spec, in GetModuleSpecInfoFromUUIDDictionary() 1027 ModuleSpec &module_spec, Status &error, bool force_lookup, in DownloadObjectAndSymbolFile()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 323 bool GetModuleSpecAtIndex(size_t i, ModuleSpec &module_spec) const { in GetModuleSpecAtIndex() 333 bool FindMatchingModuleSpec(const ModuleSpec &module_spec, in FindMatchingModuleSpec() 358 void FindMatchingModuleSpecs(const ModuleSpec &module_spec, in FindMatchingModuleSpecs()
|
| H A D | DebuggerEvents.h | 113 SymbolChangeEventData(lldb::DebuggerWP debugger_wp, ModuleSpec module_spec) in SymbolChangeEventData()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DynamicLoader.cpp | 83 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable() local 159 ModuleSpec module_spec(file, target.GetArchitecture()); in FindModuleViaTarget() local 229 ModuleSpec module_spec; in LoadBinaryWithUUIDAndAddress() local
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SymbolLocation.h | 23 FileSpec module_spec; member
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverAddress.cpp | 23 const BreakpointSP &bkpt, const Address &addr, const FileSpec &module_spec) in BreakpointResolverAddress() 130 ModuleSpec module_spec(m_module_filespec); in SearchCallback() local
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 192 const ModuleSpec &module_spec, const FileSpec &tmp_file, in Put() 217 const ModuleSpec &module_spec, in Get() 274 const ModuleSpec &module_spec, in GetAndPut()
|
| H A D | RemoteAwarePlatform.cpp | 24 ModuleSpec &module_spec) { in GetModuleSpec() 33 const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp, in ResolveExecutable()
|
| H A D | Platform.cpp | 165 const ModuleSpec &module_spec, Process *process, ModuleSP &module_sp, in GetSharedModule() 205 const ArchSpec &arch, ModuleSpec &module_spec) { in GetModuleSpec() 735 Platform::ResolveExecutable(const ModuleSpec &module_spec, in ResolveExecutable() 1450 Platform::GetCachedExecutable(ModuleSpec &module_spec, in GetCachedExecutable() 1469 Status Platform::GetRemoteSharedModule(const ModuleSpec &module_spec, in GetRemoteSharedModule() 1592 void Platform::CallLocateModuleCallbackIfSet(const ModuleSpec &module_spec, in CallLocateModuleCallbackIfSet() 1698 bool Platform::GetCachedSharedModule(const ModuleSpec &module_spec, in GetCachedSharedModule() 1711 const FileSpec &tmp_download_file_spec) { in GetCachedSharedModule()
|
| H A D | TargetList.cpp | 122 ModuleSpec module_spec(FileSpec(user_exe_path, FileSpec::Style::native)); in CreateTargetInternal() local 309 ModuleSpec module_spec(file, arch); in CreateTargetInternal() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/wasm/ |
| H A D | SymbolVendorWasm.cpp | 73 ModuleSpec module_spec; in CreateInstance() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/PECOFF/ |
| H A D | SymbolVendorPECOFF.cpp | 81 ModuleSpec module_spec; in CreateInstance() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 42 ModuleSpec module_spec; in ParseModule() local 168 ModuleSpec module_spec; in ParseKernel() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolVendor/ELF/ |
| H A D | SymbolVendorELF.cpp | 99 ModuleSpec module_spec; in CreateInstance() local
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectSource.cpp | 548 ModuleSpec module_spec(module_file_spec); in DoExecute() local 873 ModuleSpec module_spec(module_file_spec); in FindMatchingFunctions() local 895 ModuleSpec module_spec(module_file_spec); in FindMatchingFunctionSymbols() local 1128 ModuleSpec module_spec(module_file_spec); in DoExecute() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 176 ModuleSpec module_spec(executable->GetFileSpec(), in GetTargetExecutable() local 383 ModuleSpec module_spec(file); in RefreshModules() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 521 ModuleSpec module_spec{I->file_spec}; in RefreshModules() local 628 ModuleSpec module_spec(file, target.GetArchitecture()); in LoadInterpreterModule() local 899 ModuleSpec module_spec(process_info.GetExecutableFile(), in ResolveExecutableModule() local
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Windows-DYLD/ |
| H A D | DynamicLoaderWindowsDYLD.cpp | 63 const ModuleSpec module_spec, in OnLoadModule()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.cpp | 116 ModuleSpec module_spec(file); in GetModuleSpecifications() local
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 32 SBModuleSpec::SBModuleSpec(const lldb_private::ModuleSpec &module_spec) in SBModuleSpec()
|