Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFile.cpp
H A DLocateSymbolFileMacOSX.cpp
H A DObjectFile.cpp199 ModuleSpecList &specs, in GetModuleSpecifications()
224 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBModuleSpec.cpp177 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList()
182 : m_opaque_up(new ModuleSpecList(*rhs.m_opaque_up)) { in SBModuleSpecList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Default/
H A DSymbolLocatorDefault.cpp83 ModuleSpecList module_specs; in LocateExecutableObjectFile()
218 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DObjectFileMinidump.h54 lldb_private::ModuleSpecList &specs);
H A DObjectFileMinidump.cpp53 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h172 lldb::offset_t file_size, ModuleSpecList &specs,
180 lldb_private::ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBModuleSpec.h128 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DObjectFileBreakpad.h44 ModuleSpecList &specs);
H A DObjectFileBreakpad.cpp95 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd/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/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/
H A DObjectContainerMachOFileset.h56 lldb_private::ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.h59 lldb_private::ModuleSpecList &specs);
H A DObjectFileCOFF.cpp109 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DObjectFileJIT.h65 lldb_private::ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.h48 ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/
H A DObjectFileJSON.h44 ModuleSpecList &specs);
H A DObjectFileJSON.cpp106 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.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/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h60 lldb_private::ModuleSpecList &specs);
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp66 lldb::offset_t length, lldb_private::ModuleSpecList &specs) {
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h48 lldb::offset_t length, ModuleSpecList &module_specs);

12