/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleSpec.h | 275 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 D | LocateSymbolFile.cpp |
|
H A D | LocateSymbolFileMacOSX.cpp |
|
H A D | ObjectFile.cpp | 199 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 D | SBModuleSpec.cpp | 177 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 D | SymbolLocatorDefault.cpp | 83 ModuleSpecList module_specs; in LocateExecutableObjectFile() 218 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | ObjectFileMinidump.h | 54 lldb_private::ModuleSpecList &specs);
|
H A D | ObjectFileMinidump.cpp | 53 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | ObjectFile.h | 172 lldb::offset_t file_size, ModuleSpecList &specs, 180 lldb_private::ModuleSpecList &specs);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBModuleSpec.h | 128 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
H A D | ObjectFileBreakpad.h | 44 ModuleSpecList &specs);
|
H A D | ObjectFileBreakpad.cpp | 95 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
H A D | ObjectFilePDB.h | 48 ModuleSpecList &specs);
|
H A D | ObjectFilePDB.cpp | 114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/Mach-O-Fileset/ |
H A D | ObjectContainerMachOFileset.h | 56 lldb_private::ModuleSpecList &specs);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
H A D | ObjectFileCOFF.h | 59 lldb_private::ModuleSpecList &specs);
|
H A D | ObjectFileCOFF.cpp | 109 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | ObjectFileJIT.h | 65 lldb_private::ModuleSpecList &specs);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.h | 48 ModuleSpecList &specs);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JSON/ |
H A D | ObjectFileJSON.h | 44 ModuleSpecList &specs);
|
H A D | ObjectFileJSON.cpp | 106 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
H A D | SymbolLocatorDebugSymbols.cpp | 256 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 D | ObjectContainerBSDArchive.h | 60 lldb_private::ModuleSpecList &specs);
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | ObjectFileJIT.cpp | 66 lldb::offset_t length, lldb_private::ModuleSpecList &specs) {
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-private-interfaces.h | 48 lldb::offset_t length, ModuleSpecList &module_specs);
|