| /llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 22 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 SBModuleSpec::SBModuleSpec(const lldb_private::ModuleSpec &module_spec) in SBModuleSpec() function in SBModuleSpec 37 const SBModuleSpec &SBModuleSpec::operator=(const SBModuleSpec &rhs) { in operator =() 45 SBModuleSpec::~SBModuleSpec() = default; 47 bool SBModuleSpec::IsValid() const { in IsValid() 51 SBModuleSpec::operator bool() const { in operator bool() 57 void SBModuleSpec::Clear() { in Clear() 63 SBFileSpec SBModuleSpec::GetFileSpec() { in GetFileSpec() 70 void SBModuleSpec::SetFileSpec(const lldb::SBFileSpec &sb_spec) { in SetFileSpec() [all …]
|
| H A D | CMakeLists.txt | 84 SBModuleSpec.cpp
|
| H A D | SBPlatform.cpp | 15 #include "lldb/API/SBModuleSpec.h" 712 // because of the SBModuleSpec and SBFileSpec dependencies. Use a lambda to in SetLocateModuleCallback() 713 // convert ModuleSpec/FileSpec <--> SBModuleSpec/SBFileSpec for the callback in SetLocateModuleCallback() 719 SBModuleSpec module_spec_sb(module_spec); in SetLocateModuleCallback()
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 17 class LLDB_API SBModuleSpec { 19 SBModuleSpec(); 21 SBModuleSpec(const SBModuleSpec &rhs); 23 ~SBModuleSpec(); 25 const SBModuleSpec &operator=(const SBModuleSpec &rhs); 96 SBModuleSpec(const lldb_private::ModuleSpec &module_spec); 113 void Append(const SBModuleSpec &spec); 117 SBModuleSpec FindFirstMatchingSpec(const SBModuleSpec &match_spec); 119 SBModuleSpecList FindMatchingSpecs(const SBModuleSpec &match_spec); 123 SBModuleSpec GetSpecAtIndex(size_t i);
|
| H A D | SBDefines.h | 90 class LLDB_API SBModuleSpec; 148 void *baton, const lldb::SBModuleSpec &module_spec, 89 class LLDB_API SBModuleSpec; global() variable
|
| H A D | SBFileSpec.h | 73 friend class SBModuleSpec; variable
|
| H A D | SBStream.h | 91 friend class SBModuleSpec; variable
|
| H A D | SBModule.h | 26 SBModule(const SBModuleSpec &module_spec);
|
| H A D | SBTarget.h | 315 lldb::SBModule AddModule(const SBModuleSpec &module_spec);
|
| /llvm-project/lldb/test/API/python_api/sbplatform/ |
| H A D | TestLocateModuleCallback.py | 39 def check_module_spec(self, module_spec: lldb.SBModuleSpec): argument 129 module_spec: lldb.SBModuleSpec, argument 151 module_spec: lldb.SBModuleSpec, argument 173 module_spec: lldb.SBModuleSpec, argument 200 module_spec: lldb.SBModuleSpec, argument 229 module_spec: lldb.SBModuleSpec, argument 255 module_spec: lldb.SBModuleSpec, argument 284 module_spec: lldb.SBModuleSpec, argument 316 module_spec: lldb.SBModuleSpec, argument
|
| /llvm-project/lldb/bindings/interface/ |
| H A D | SBModuleSpecDocstrings.i | 10 ) lldb::SBModuleSpec::GetFileSpec; 26 ) lldb::SBModuleSpec::GetPlatformFileSpec;
|
| H A D | SBModuleSpecExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBModuleSpec)
|
| /llvm-project/lldb/test/API/python_api/module_spec/ |
| H A D | TestModuleSpec.py | 12 module_spec = lldb.SBModuleSpec()
|
| /llvm-project/lldb/test/API/lang/c/unicode/ |
| H A D | TestUnicodeSymbols.py | 12 spec = lldb.SBModuleSpec()
|
| /llvm-project/lldb/test/API/python_api/sbmodule/FindTypes/ |
| H A D | TestSBModuleFindTypes.py | 12 spec = lldb.SBModuleSpec()
|
| /llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | SWIGPythonBridge.h | 34 class SBModuleSpec; variable 114 ToSWIGWrapper(std::unique_ptr<lldb::SBModuleSpec> module_spec_sb);
|
| /llvm-project/lldb/test/API/functionalities/dyld-exec-linux/ |
| H A D | TestDyldExecLinux.py | 34 spec = lldb.SBModuleSpec()
|
| /llvm-project/lldb/test/API/functionalities/dyld-launch-linux/ |
| H A D | TestDyldLaunchLinux.py | 21 spec = lldb.SBModuleSpec()
|
| /llvm-project/lldb/test/API/functionalities/json/object-file/ |
| H A D | TestObjectFileJSON.py | 26 module_spec = lldb.SBModuleSpec()
|
| /llvm-project/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 82 "SBModuleSpec.cpp",
|
| /llvm-project/lldb/bindings/python/ |
| H A D | python-swigsafecast.swig | 137 std::unique_ptr<lldb::SBModuleSpec> module_spec_sb) {
|
| /llvm-project/lldb/bindings/ |
| H A D | headers.swig | 50 #include "lldb/API/SBModuleSpec.h"
|
| H A D | interfaces.swig | 132 %include "lldb/API/SBModuleSpec.h"
|
| /llvm-project/lldb/docs/ |
| H A D | .htaccess | 63 Redirect 301 /python_reference/lldb.SBModuleSpec-class.html https://lldb.llvm.org/python_api/lldb.S…
|
| /llvm-project/lldb/test/API/python_api/type/ |
| H A D | TestTypeList.py | 295 spec = lldb.SBModuleSpec()
|