Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModuleSpec.h280 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 DLocateSymbolFile.cpp52 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID()
241 ModuleSpecList module_specs; in LocateExecutableObjectFile()
355 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
H A DLocateSymbolFileMacOSX.cpp188 ModuleSpecList module_specs; in LocateMacOSXFilesUsingDebugSymbols()
286 ModuleSpecList module_specs; in FindSymbolFileInBundle()
H A DObjectFile.cpp186 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 DSBModuleSpec.h117 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h188 lldb::offset_t file_size, ModuleSpecList &specs,
196 lldb_private::ModuleSpecList &specs);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp152 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 DObjectFilePDB.h48 ModuleSpecList &specs);
H A DObjectFilePDB.cpp114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h44 ModuleSpecList &specs);
H A DObjectFileBreakpad.cpp99 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h47 lldb_private::ModuleSpecList &specs);
H A DObjectFileJIT.cpp88 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h47 ModuleSpecList &specs);
H A DObjectFileWasm.cpp224 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 DObjectContainerBSDArchive.h53 lldb_private::ModuleSpecList &specs);
H A DObjectContainerBSDArchive.cpp446 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h46 lldb::offset_t length, ModuleSpecList &module_specs);
H A Dlldb-forward.h124 class ModuleSpecList; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h82 lldb_private::ModuleSpecList &specs);
H A DObjectFileELF.cpp516 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp129 ModuleSpecList module_specs; in CreateTargetInternal()
H A DPlatform.cpp264 ModuleSpecList module_specs; in GetModuleSpec()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1268 ModuleSpecList module_specs; in GetModuleInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp157 ModuleSpecList modules_specs; in Module()

12