Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBModuleSpec.cpp22 SBModuleSpec::SBModuleSpec() : m_opaque_up(new lldb_private::ModuleSpec()) { in SBModuleSpec() function in SBModuleSpec
26 SBModuleSpec::SBModuleSpec(const SBModuleSpec &rhs) { in SBModuleSpec() function in SBModuleSpec
32 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =()
40 SBModuleSpec::~SBModuleSpec() = default;
42 bool SBModuleSpec::IsValid() const { in IsValid()
46 SBModuleSpec::operator bool() const { in operator bool()
52 void SBModuleSpec::Clear() { in Clear()
58 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec()
65 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec()
71 lldb::SBFileSpec SBModuleSpec::GetPlatformFileSpec() { in GetPlatformFileSpec()
[all …]
H A DCMakeLists.txt55 SBModuleSpec.cpp
H A DSBModule.cpp36 SBModule::SBModule(const SBModuleSpec &module_spec) { in SBModule()
H A DSBTarget.cpp1503 lldb::SBModule SBTarget::AddModule(const SBModuleSpec &module_spec) { in AddModule()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBModuleSpec.h17 class LLDB_API SBModuleSpec {
19 SBModuleSpec();
21 SBModuleSpec(const SBModuleSpec &rhs);
23 ~SBModuleSpec();
25 const SBModuleSpec &operator=(const SBModuleSpec &rhs);
102 void Append(const SBModuleSpec &spec);
106 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec);
108 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec);
112 SBModuleSpec GetSpecAtIndex(size_t i);
H A DSBFileSpec.h70 friend class SBModuleSpec; variable
H A DSBStream.h79 friend class SBModuleSpec; variable
H A DSBModule.h26 SBModule(const SBModuleSpec &module_spec);
H A DSBDefines.h72 class LLDB_API SBModuleSpec; variable
H A DSBTarget.h294 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBModuleSpec.i11 class SBModuleSpec
15 SBModuleSpec ();
17 SBModuleSpec (const lldb::SBModuleSpec &rhs);
19 ~SBModuleSpec ();
94 STRING_EXTENSION(SBModuleSpec)
114 Append (const lldb::SBModuleSpec &spec);
119 lldb::SBModuleSpec
120 FindFirstMatchingSpec (const lldb::SBModuleSpec &match_spec);
123 FindMatchingSpecs (const lldb::SBModuleSpec &match_spec);
128 lldb::SBModuleSpec
H A DSBModule.i125 SBModule (const lldb::SBModuleSpec &module_spec);
H A DSBTarget.i360 AddModule (const SBModuleSpec &module_spec);
/openbsd-src/gnu/usr.bin/clang/liblldbAPI/
H A DMakefile45 SBModuleSpec.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn77 "SBModuleSpec.cpp",
/openbsd-src/gnu/llvm/lldb/bindings/
H A Dinterfaces.swig49 %include "./interface/SBModuleSpec.i"
H A Dheaders.swig45 #include "lldb/API/SBModuleSpec.h"
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess61 Redirect 301 /python_reference/lldb.SBModuleSpec-class.html https://lldb.llvm.org/python_api/lldb.S…
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3624 lldb/include/lldb/API/SBModuleSpec.h
3910 lldb/source/API/SBModuleSpec.cpp