Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DModuleSpec.h275 class ModuleSpecList {
277 ModuleSpecList() = default;
279 ModuleSpecList(const ModuleSpecList &rhs) { in ModuleSpecList() function
285 ~ModuleSpecList() = default;
287 ModuleSpecList &operator=(const ModuleSpecList &rhs) {
313 void Append(const ModuleSpecList &rhs) { in Append()
359 ModuleSpecList &matching_list) const { in FindMatchingModuleSpecs()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DLocateSymbolFile.cpp54 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID()
244 ModuleSpecList module_specs; in LocateExecutableObjectFile()
362 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
H A DLocateSymbolFileMacOSX.cpp222 ModuleSpecList module_specs; in LocateMacOSXFilesUsingDebugSymbols()
310 ModuleSpecList module_specs; in FindSymbolFileInBundle()
H A DObjectFile.cpp190 ModuleSpecList &specs, in GetModuleSpecifications()
215 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/source/API/
H A DSBModuleSpec.cpp148 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList()
153 : m_opaque_up(new ModuleSpecList(*rhs.m_opaque_up)) { in SBModuleSpecList()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.h54 lldb_private::ModuleSpecList &specs);
H A DObjectFileMinidump.cpp51 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBModuleSpec.h117 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
H A DObjectContainerUniversalMachO.h47 lldb_private::ModuleSpecList &specs);
H A DObjectContainerUniversalMachO.cpp202 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DObjectFile.h190 lldb::offset_t file_size, ModuleSpecList &specs,
198 lldb_private::ModuleSpecList &specs);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.h61 lldb_private::ModuleSpecList &specs);
175 lldb_private::ModuleSpecList &all_specs);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.h48 ModuleSpecList &specs);
H A DObjectFilePDB.cpp109 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h44 ModuleSpecList &specs);
H A DObjectFileBreakpad.cpp94 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/unittests/ObjectFile/ELF/
H A DTestObjectFileELF.cpp151 ModuleSpecList Specs; in TEST_F()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.h49 lldb_private::ModuleSpecList &specs);
H A DObjectFileJIT.cpp79 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h47 ModuleSpecList &specs);
H A DObjectFileWasm.cpp220 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-private-interfaces.h46 lldb::offset_t length, ModuleSpecList &module_specs);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h60 lldb_private::ModuleSpecList &specs);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h80 lldb_private::ModuleSpecList &specs);
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h84 lldb_private::ModuleSpecList &specs);

12