Home
last modified time | relevance | path

Searched refs:matched_module_spec (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1111 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo() local
1112 if (!matched_module_spec.GetFileSpec()) in Handle_qModuleInfo()
1115 const auto file_offset = matched_module_spec.GetObjectOffset(); in Handle_qModuleInfo()
1116 const auto file_size = matched_module_spec.GetObjectSize(); in Handle_qModuleInfo()
1117 const auto uuid_str = matched_module_spec.GetUUID().GetAsString(""); in Handle_qModuleInfo()
1123 matched_module_spec.GetFileSpec().GetPath()); in Handle_qModuleInfo()
1134 const auto &module_arch = matched_module_spec.GetArchitecture(); in Handle_qModuleInfo()
1141 matched_module_spec.GetFileSpec().GetPath().c_str()); in Handle_qModuleInfo()
1179 ModuleSpec matched_module_spec = GetModuleInfo(file, triple); in Handle_jModulesInfo() local
1180 if (!matched_module_spec.GetFileSpec()) in Handle_jModulesInfo()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp84 ModuleSpec matched_module_spec; in LocateExecutableObjectFile() local
87 module_specs.FindMatchingModuleSpec(module_spec, matched_module_spec)) { in LocateExecutableObjectFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp257 ModuleSpec matched_module_spec; in LocateExecutableObjectFile() local
275 module_spec, matched_module_spec)) in LocateExecutableObjectFile()
303 matched_module_spec)) in LocateExecutableObjectFile()
699 ModuleSpec matched_module_spec; in LocateMacOSXFilesUsingDebugSymbols() local
717 module_spec, matched_module_spec)) in LocateMacOSXFilesUsingDebugSymbols()
745 matched_module_spec)) in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp211 ModuleSpec matched_module_spec; in GetModuleSpec() local