| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 280 class ModuleSpecList { 282 ModuleSpecList() : m_specs(), m_mutex() {} in ModuleSpecList() function 284 ModuleSpecList(const ModuleSpecList &rhs) : m_specs(), m_mutex() { in ModuleSpecList() function 290 ~ModuleSpecList() = default; 292 ModuleSpecList &operator=(const ModuleSpecList &rhs) { 318 void Append(const ModuleSpecList &rhs) { in Append() 364 ModuleSpecList &matching_list) const { in FindMatchingModuleSpecs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFile.cpp | 52 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID() 241 ModuleSpecList module_specs; in LocateExecutableObjectFile() 355 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
|
| H A D | LocateSymbolFileMacOSX.cpp | 188 ModuleSpecList module_specs; in LocateMacOSXFilesUsingDebugSymbols() 286 ModuleSpecList module_specs; in FindSymbolFileInBundle()
|
| H A D | ObjectFile.cpp | 186 ModuleSpecList &specs, in GetModuleSpecifications() 211 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 117 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 188 lldb::offset_t file_size, ModuleSpecList &specs, 196 lldb_private::ModuleSpecList &specs);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 152 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() 157 : m_opaque_up(new ModuleSpecList(*rhs.m_opaque_up)) { in SBModuleSpecList()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
| H A D | ObjectFilePDB.h | 48 ModuleSpecList &specs);
|
| H A D | ObjectFilePDB.cpp | 114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 44 ModuleSpecList &specs);
|
| H A D | ObjectFileBreakpad.cpp | 99 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 47 lldb_private::ModuleSpecList &specs);
|
| H A D | ObjectFileJIT.cpp | 88 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.h | 47 ModuleSpecList &specs);
|
| H A D | ObjectFileWasm.cpp | 224 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 53 lldb_private::ModuleSpecList &specs);
|
| H A D | ObjectContainerBSDArchive.cpp | 446 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 46 lldb::offset_t length, ModuleSpecList &module_specs);
|
| H A D | lldb-forward.h | 124 class ModuleSpecList; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 82 lldb_private::ModuleSpecList &specs);
|
| H A D | ObjectFileELF.cpp | 516 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetList.cpp | 129 ModuleSpecList module_specs; in CreateTargetInternal()
|
| H A D | Platform.cpp | 264 ModuleSpecList module_specs; in GetModuleSpec()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1268 ModuleSpecList module_specs; in GetModuleInfo()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 157 ModuleSpecList modules_specs; in Module()
|