Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/include/lldb/Core/
DModuleSpec.h281 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/
DLocateSymbolFile.cpp52 ModuleSpecList module_specs; in FileAtPathContainsArchAndUUID()
244 ModuleSpecList module_specs; in LocateExecutableObjectFile()
358 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
DLocateSymbolFileMacOSX.cpp188 ModuleSpecList module_specs; in LocateMacOSXFilesUsingDebugSymbols()
286 ModuleSpecList module_specs; in FindSymbolFileInBundle()
DObjectFile.cpp210 ModuleSpecList &specs, in GetModuleSpecifications()
235 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/external/llvm-project/lldb/include/lldb/API/
DSBModuleSpec.h117 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_up;
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h57 lldb_private::ModuleSpecList &specs);
166 lldb_private::ModuleSpecList &all_specs);
/external/llvm-project/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.h45 lldb_private::ModuleSpecList &specs);
DObjectContainerUniversalMachO.cpp218 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/external/llvm-project/lldb/source/API/
DSBModuleSpec.cpp152 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/
DObjectFile.h188 lldb::offset_t file_size, ModuleSpecList &specs,
196 lldb_private::ModuleSpecList &specs);
/external/llvm-project/lldb/source/Plugins/ObjectFile/PDB/
DObjectFilePDB.h48 ModuleSpecList &specs);
DObjectFilePDB.cpp114 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/external/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
DObjectFileBreakpad.h44 ModuleSpecList &specs);
DObjectFileBreakpad.cpp99 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/external/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
DObjectFileJIT.h47 lldb_private::ModuleSpecList &specs);
DObjectFileJIT.cpp88 lldb::offset_t length, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/external/llvm-project/lldb/unittests/ObjectFile/ELF/
DTestObjectFileELF.cpp151 ModuleSpecList Specs; in TEST_F()
/external/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
DObjectFileWasm.h47 ModuleSpecList &specs);
DObjectFileWasm.cpp224 offset_t file_offset, offset_t length, ModuleSpecList &specs) { in GetModuleSpecifications()
/external/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h53 lldb_private::ModuleSpecList &specs);
DObjectContainerBSDArchive.cpp450 lldb::offset_t file_size, lldb_private::ModuleSpecList &specs) { in GetModuleSpecifications()
/external/llvm-project/lldb/include/lldb/
Dlldb-private-interfaces.h46 lldb::offset_t length, ModuleSpecList &module_specs);
/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h78 lldb_private::ModuleSpecList &specs);
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h82 lldb_private::ModuleSpecList &specs);
/external/llvm-project/lldb/source/Target/
DTargetList.cpp118 ModuleSpecList module_specs; in CreateTargetInternal()

12