Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Core/
DModuleSpec.h432 class ModuleSpecList
435 ModuleSpecList () : in ModuleSpecList() function
441 ModuleSpecList (const ModuleSpecList &rhs) : in ModuleSpecList() function
450 ~ModuleSpecList () in ~ModuleSpecList()
454 ModuleSpecList &
455 operator = (const ModuleSpecList &rhs)
488 Append (const ModuleSpecList &rhs) in Append()
548 FindMatchingModuleSpecs (const ModuleSpec &module_spec, ModuleSpecList &matching_list) const in FindMatchingModuleSpecs()
/external/lldb/source/API/
DSBModuleSpec.cpp148 m_opaque_ap(new ModuleSpecList()) in SBModuleSpecList()
154 m_opaque_ap(new ModuleSpecList(*rhs.m_opaque_ap)) in SBModuleSpecList()
/external/lldb/include/lldb/Symbol/
DObjectFile.h186 ModuleSpecList &specs);
194 lldb_private::ModuleSpecList &specs);
/external/lldb/include/lldb/API/
DSBModuleSpec.h149 std::unique_ptr<lldb_private::ModuleSpecList> m_opaque_ap;
/external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
DObjectContainerUniversalMachO.h51 lldb_private::ModuleSpecList &specs);
DObjectContainerUniversalMachO.cpp282 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications()
/external/lldb/include/lldb/
Dlldb-private-interfaces.h23 …et_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, ModuleSpecList &module_specs);
Dlldb-forward.h116 class ModuleSpecList; variable
/external/lldb/source/Host/common/
DSymbols.cpp95 lldb_private::ModuleSpecList specs; in LocateExecutableSymbolFile()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h64 lldb_private::ModuleSpecList &specs);
DObjectFileMachO.cpp502 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications()
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.h55 lldb_private::ModuleSpecList &specs);
DObjectContainerBSDArchive.cpp514 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications()
/external/lldb/source/Symbol/
DObjectFile.cpp190 ModuleSpecList &specs) in GetModuleSpecifications()
217 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications()
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h57 lldb_private::ModuleSpecList &specs);
DObjectFilePECOFF.cpp191 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h68 lldb_private::ModuleSpecList &specs);
DObjectFileELF.cpp308 lldb_private::ModuleSpecList &specs) in GetModuleSpecifications()
/external/lldb/source/Host/linux/
DHost.cpp336 ModuleSpecList specs; in GetELFProcessCPUType()
/external/lldb/source/Target/
DTargetList.cpp91 ModuleSpecList module_specs; in CreateTarget()
/external/lldb/source/Commands/
DCommandObjectTarget.cpp4287 lldb_private::ModuleSpecList symfile_module_specs; in AddModuleSymbols()