Home
last modified time | relevance | path

Searched refs:ModuleSpecList (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModuleSpec.h301 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 DSBModuleSpec.cpp102 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 DSymbols.cpp51 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 DSBModuleSpec.h120 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_ap;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h185 ModuleSpecList &specs);
192 lldb_private::ModuleSpecList &specs);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h48 ModuleSpecList &specs);
H A DObjectFileBreakpad.cpp237 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h52 lldb_private::ModuleSpecList &specs);
H A DObjectFileJIT.cpp85 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-private-interfaces.h38 lldb::offset_t length, ModuleSpecList &module_specs);
H A Dlldb-forward.h139 class ModuleSpecList; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h56 lldb_private::ModuleSpecList &specs);
H A DObjectContainerBSDArchive.cpp452 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp210 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 DObjectFileELF.h88 lldb_private::ModuleSpecList &specs);
H A DObjectFileELF.cpp634 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp119 ModuleSpecList module_specs; in CreateTargetInternal()
H A DPlatform.cpp260 ModuleSpecList module_specs; in GetModuleSpec()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1289 ModuleSpecList module_specs; in GetModuleInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp152 ModuleSpecList modules_specs; in Module()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp4157 lldb_private::ModuleSpecList symfile_module_specs; in AddModuleSymbols()