/external/llvm-project/lldb/include/lldb/Core/ |
D | ModuleSpec.h | 281 class ModuleSpecList { 283 ModuleSpecList() : m_specs(), m_mutex() {} in ModuleSpecList() function 285 ModuleSpecList(const ModuleSpecList &rhs) : m_specs(), m_mutex() { in ModuleSpecList() function 291 ~ModuleSpecList() = default; 293 ModuleSpecList &operator=(const ModuleSpecList &rhs) { 319 void Append(const ModuleSpecList &rhs) { in Append() 365 ModuleSpecList &matching_list) const { in FindMatchingModuleSpecs()
|
/external/llvm-project/lldb/source/Symbol/ |
D | LocateSymbolFile.cpp | 52 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID() 244 ModuleSpecList module_specs; in LocateExecutableObjectFile() 358 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
|
D | LocateSymbolFileMacOSX.cpp | 188 ModuleSpecList module_specs; in LocateMacOSXFilesUsingDebugSymbols() 286 ModuleSpecList module_specs; in FindSymbolFileInBundle()
|
D | ObjectFile.cpp | 210 ModuleSpecList &specs, in GetModuleSpecifications() 235 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBModuleSpec.h | 117 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/ |
D | ObjectFileMachO.h | 57 lldb_private::ModuleSpecList &specs); 166 lldb_private::ModuleSpecList &all_specs);
|
/external/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ |
D | ObjectContainerUniversalMachO.h | 45 lldb_private::ModuleSpecList &specs);
|
D | ObjectContainerUniversalMachO.cpp | 218 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
/external/llvm-project/lldb/source/API/ |
D | SBModuleSpec.cpp | 152 SBModuleSpecList::SBModuleSpecList() : m_opaque_up(new ModuleSpecList()) { in SBModuleSpecList() 157 : m_opaque_up(new ModuleSpecList(*rhs.m_opaque_up)) { in SBModuleSpecList()
|
/external/llvm-project/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 188 lldb::offset_t file_size, ModuleSpecList &specs, 196 lldb_private::ModuleSpecList &specs);
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/ |
D | ObjectFilePDB.h | 48 ModuleSpecList &specs);
|
D | ObjectFilePDB.cpp | 114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
D | ObjectFileBreakpad.h | 44 ModuleSpecList &specs);
|
D | ObjectFileBreakpad.cpp | 99 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
D | ObjectFileJIT.h | 47 lldb_private::ModuleSpecList &specs);
|
D | ObjectFileJIT.cpp | 88 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
/external/llvm-project/lldb/unittests/ObjectFile/ELF/ |
D | TestObjectFileELF.cpp | 151 ModuleSpecList Specs; in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
D | ObjectFileWasm.h | 47 ModuleSpecList &specs);
|
D | ObjectFileWasm.cpp | 224 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
|
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
D | ObjectContainerBSDArchive.h | 53 lldb_private::ModuleSpecList &specs);
|
D | ObjectContainerBSDArchive.cpp | 450 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
|
/external/llvm-project/lldb/include/lldb/ |
D | lldb-private-interfaces.h | 46 lldb::offset_t length, ModuleSpecList &module_specs);
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 78 lldb_private::ModuleSpecList &specs);
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.h | 82 lldb_private::ModuleSpecList &specs);
|
/external/llvm-project/lldb/source/Target/ |
D | TargetList.cpp | 118 ModuleSpecList module_specs; in CreateTargetInternal()
|