| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 301 class ModuleSpecList { 303 ModuleSpecList() : m_specs(), m_mutex() {} in ModuleSpecList() function 305 ModuleSpecList(const ModuleSpecList &rhs) : m_specs(), m_mutex() { in ModuleSpecList() function 311 ~ModuleSpecList() = default; 313 ModuleSpecList &operator=(const ModuleSpecList &rhs) { 337 void Append(const ModuleSpecList &rhs) { in Append() 383 ModuleSpecList &matching_list) const { in FindMatchingModuleSpecs()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 102 SBModuleSpecList::SBModuleSpecList() : m_opaque_ap(new ModuleSpecList()) {} in SBModuleSpecList() 105 : m_opaque_ap(new ModuleSpecList(*rhs.m_opaque_ap)) {} in SBModuleSpecList()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Symbols.cpp | 51 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID() 238 ModuleSpecList module_specs; in LocateExecutableObjectFile() 345 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 120 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_ap;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 185 ModuleSpecList &specs); 192 lldb_private::ModuleSpecList &specs);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | ObjectFileBreakpad.h | 48 ModuleSpecList &specs);
|
| H A D | ObjectFileBreakpad.cpp | 237 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 52 lldb_private::ModuleSpecList &specs);
|
| H A D | ObjectFileJIT.cpp | 85 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-private-interfaces.h | 38 lldb::offset_t length, ModuleSpecList &module_specs);
|
| H A D | lldb-forward.h | 139 class ModuleSpecList; variable
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 56 lldb_private::ModuleSpecList &specs);
|
| H A D | ObjectContainerBSDArchive.cpp | 452 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 210 ModuleSpecList &specs) { in GetModuleSpecifications() 233 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 88 lldb_private::ModuleSpecList &specs);
|
| H A D | ObjectFileELF.cpp | 634 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | TargetList.cpp | 119 ModuleSpecList module_specs; in CreateTargetInternal()
|
| H A D | Platform.cpp | 260 ModuleSpecList module_specs; in GetModuleSpec()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1289 ModuleSpecList module_specs; in GetModuleInfo()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 152 ModuleSpecList modules_specs; in Module()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 4157 lldb_private::ModuleSpecList symfile_module_specs; in AddModuleSymbols()
|