Home
last modified time | relevance | path

Searched refs:SBModuleSpec (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBModuleSpec.cpp21 SBModuleSpec::SBModuleSpec() : m_opaque_ap(new lldb_private::ModuleSpec()) {} in SBModuleSpec() function in SBModuleSpec
23 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) in SBModuleSpec() function in SBModuleSpec
26 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()
32 SBModuleSpec::~SBModuleSpec() {} in ~SBModuleSpec()
38 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec()
63 const char *SBModuleSpec::GetObjectName() { in GetObjectName()
71 const char *SBModuleSpec::GetTriple() { in GetTriple()
88 size_t SBModuleSpec::GetUUIDLength() { in GetUUIDLength()
135 SBModuleSpec sb_module_spec; in GetSpecAtIndex()
140 SBModuleSpec
[all …]
H A DSBModule.cpp38 SBModule::SBModule(const SBModuleSpec &module_spec) : m_opaque_sp() { in SBModule()
H A DSBTarget.cpp1570 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModuleSpec.h18 class LLDB_API SBModuleSpec {
20 SBModuleSpec();
22 SBModuleSpec(const SBModuleSpec &rhs);
24 ~SBModuleSpec();
26 const SBModuleSpec &operator=(const SBModuleSpec &rhs);
105 void Append(const SBModuleSpec &spec);
109 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);
111 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
115 SBModuleSpec GetSpecAtIndex(size_t i);
H A DSBFileSpec.h66 friend class SBModuleSpec; variable
H A DSBStream.h71 friend class SBModuleSpec; variable
H A DSBModule.h27 SBModule(const SBModuleSpec &module_spec);
H A DSBDefines.h64 class LLDB_API SBModuleSpec; variable
H A DSBTarget.h308 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile49 SRCS+= API/SBModuleSpec.cpp