| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBCompileUnit.cpp | 24 SBCompileUnit::SBCompileUnit() { LLDB_INSTRUMENT_VA(this); } in SBCompileUnit() function in SBCompileUnit 26 SBCompileUnit::SBCompileUnit(lldb_private::CompileUnit *lldb_object_ptr) in SBCompileUnit() function in SBCompileUnit 29 SBCompileUnit::SBCompileUnit(const SBCompileUnit &rhs) in SBCompileUnit() function in SBCompileUnit 34 const SBCompileUnit &SBCompileUnit::operator=(const SBCompileUnit &rhs) { in operator =() 41 SBCompileUnit::~SBCompileUnit() { m_opaque_ptr = nullptr; } in ~SBCompileUnit() 43 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() 52 uint32_t SBCompileUnit::GetNumLineEntries() const { in GetNumLineEntries() 188 bool SBCompileUnit::IsValid() const { in IsValid() 192 SBCompileUnit::operator bool() const { in operator bool() 198 bool SBCompileUnit::operator==(const SBCompileUnit &rhs) const { in operator ==() [all …]
|
| H A D | SBSymbolContext.cpp | 67 SBCompileUnit SBSymbolContext::GetCompileUnit() { in GetCompileUnit() 70 return SBCompileUnit(m_opaque_up ? m_opaque_up->comp_unit : nullptr); in GetCompileUnit() 121 void SBSymbolContext::SetCompileUnit(lldb::SBCompileUnit compile_unit) { in SetCompileUnit()
|
| H A D | SBAddress.cpp | 222 SBCompileUnit SBAddress::GetCompileUnit() { in GetCompileUnit() 225 SBCompileUnit sb_comp_unit; in GetCompileUnit()
|
| H A D | SBModule.cpp | 263 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex() 266 SBCompileUnit sb_cu; in GetCompileUnitAtIndex()
|
| H A D | SBFrame.cpp | 160 SBCompileUnit SBFrame::GetCompileUnit() const { in GetCompileUnit() 163 SBCompileUnit sb_comp_unit; in GetCompileUnit()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCompileUnit.h | 17 class LLDB_API SBCompileUnit { 19 SBCompileUnit(); 21 SBCompileUnit(const lldb::SBCompileUnit &rhs); 23 ~SBCompileUnit(); 25 const lldb::SBCompileUnit &operator=(const lldb::SBCompileUnit &rhs); 71 bool operator==(const lldb::SBCompileUnit &rhs) const; 73 bool operator!=(const lldb::SBCompileUnit &rhs) const; 83 SBCompileUnit(lldb_private::CompileUnit *lldb_object_ptr);
|
| H A D | SBSymbolContext.h | 43 lldb::SBCompileUnit GetCompileUnit(); 50 void SetCompileUnit(lldb::SBCompileUnit compile_unit);
|
| H A D | SBLineEntry.h | 59 friend class SBCompileUnit; variable
|
| H A D | SBFileSpec.h | 66 friend class SBCompileUnit; variable
|
| H A D | SBAddress.h | 78 lldb::SBCompileUnit GetCompileUnit();
|
| H A D | SBStream.h | 70 friend class SBCompileUnit; variable
|
| H A D | SBModule.h | 125 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
|
| H A D | SBFrame.h | 60 lldb::SBCompileUnit GetCompileUnit() const;
|
| H A D | SBDefines.h | 61 class LLDB_API SBCompileUnit; variable
|
| H A D | SBType.h | 279 friend class SBCompileUnit; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBCompileUnitDocstrings.i | 35 ) lldb::SBCompileUnit; 49 was not found in the compile unit.") lldb::SBCompileUnit::FindLineEntryIndex; 65 ) lldb::SBCompileUnit::GetTypes;
|
| H A D | SBCompileUnitExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBCompileUnit) 3 %extend lldb::SBCompileUnit {
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python.swig | 27 * :py:class:`SBCompileUnit`: Represents a compilation unit, or compiled source file. 31 and a source file location. :py:class:`SBCompileUnit` contains SBLineEntry.
|
| H A D | python-extensions.swig | 48 %extend lldb::SBCompileUnit {
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/ |
| H A D | headers.swig | 21 #include "lldb/API/SBCompileUnit.h"
|
| H A D | interfaces.swig | 98 %include "lldb/API/SBCompileUnit.h"
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 16090 result = (lldb::SBCompileUnit *)new lldb::SBCompileUnit((lldb::SBCompileUnit const &)*arg1); in _wrap_new_SBCompileUnit__SWIG_1() 16137 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_IsValid() 16161 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_GetFileSpec() 16188 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_GetNumLineEntries() 16212 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_GetLineEntryAtIndex() 16242 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_0() 16276 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_1() 16307 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_2() 16344 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_FindLineEntryIndex__SWIG_3() 16528 lldb::SBCompileUnit *arg1 = (lldb::SBCompileUnit *) 0 ; in _wrap_SBCompileUnit_GetSupportFileAtIndex() [all …]
|
| H A D | Makefile | 31 SRCS+= API/SBCompileUnit.cpp
|