Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModuleSpec.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()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
HDSymbolLocatorDefault.cpp83 ModuleSpecList module_specs; in LocateExecutableObjectFile()
218 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBModuleSpec.cpp177 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList()
182 : m_opaque_up(new ModuleSpecList(*rhs.m_opaque_up)) { in SBModuleSpecList()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
HDObjectFileMinidump.h54 lldb_private::ModuleSpecList &specs);
HDObjectFileMinidump.cpp53 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBModuleSpec.h128 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDObjectFile.h172 lldb::offset_t file_size, ModuleSpecList &specs,
180 lldb_private::ModuleSpecList &specs);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
HDObjectFilePDB.h48 ModuleSpecList &specs);
HDObjectFilePDB.cpp114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
HDObjectFileBreakpad.h44 ModuleSpecList &specs);
HDObjectFileBreakpad.cpp95 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
HDObjectContainerMachOFileset.h56 lldb_private::ModuleSpecList &specs);
HDObjectContainerMachOFileset.cpp223 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
HDObjectFileCOFF.h59 lldb_private::ModuleSpecList &specs);
HDObjectFileCOFF.cpp109 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Expression/
HDObjectFileJIT.h65 lldb_private::ModuleSpecList &specs);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
HDObjectFileWasm.h48 ModuleSpecList &specs);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
HDObjectFileJSON.h44 ModuleSpecList &specs);
HDObjectFileJSON.cpp106 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
HDSymbolLocatorDebugSymbols.cpp256 ModuleSpecList module_specs; in LocateExecutableObjectFile()
346 ModuleSpecList module_specs; in FindSymbolFileInBundle()
370 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID()
698 ModuleSpecList module_specs; in LocateMacOSXFilesUsingDebugSymbols()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
HDObjectContainerBSDArchive.h60 lldb_private::ModuleSpecList &specs);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDObjectFileJIT.cpp66 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-private-interfaces.h48 lldb::offset_t length, ModuleSpecList &module_specs);
/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDObjectFile.cpp199 ModuleSpecList &specs, in GetModuleSpecifications()
224 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
HDObjectFileELF.h85 lldb_private::ModuleSpecList &specs);

12