| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBCompileUnit.cpp | 24 SBCompileUnit::SBCompileUnit() : m_opaque_ptr(nullptr) { in SBCompileUnit() function in SBCompileUnit 25 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBCompileUnit); in SBCompileUnit() 28 SBCompileUnit::SBCompileUnit(lldb_private::CompileUnit *lldb_object_ptr) in SBCompileUnit() function in SBCompileUnit 31 SBCompileUnit::SBCompileUnit(const SBCompileUnit &rhs) in SBCompileUnit() function in SBCompileUnit 33 LLDB_RECORD_CONSTRUCTOR(SBCompileUnit, (const lldb::SBCompileUnit &), rhs); in SBCompileUnit() 36 const SBCompileUnit &SBCompileUnit::operator=(const SBCompileUnit &rhs) { in operator =() 37 LLDB_RECORD_METHOD(const lldb::SBCompileUnit &, in operator =() 38 SBCompileUnit, operator=,(const lldb::SBCompileUnit &), in operator =() 45 SBCompileUnit::~SBCompileUnit() { m_opaque_ptr = nullptr; } in ~SBCompileUnit() 47 SBFileSpec SBCompileUnit::GetFileSpec() const { in GetFileSpec() [all …]
|
| HD | SBSymbolContext.cpp | 82 SBCompileUnit SBSymbolContext::GetCompileUnit() { in GetCompileUnit() 83 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBCompileUnit, SBSymbolContext, in GetCompileUnit() 87 SBCompileUnit(m_opaque_up ? m_opaque_up->comp_unit : nullptr)); in GetCompileUnit() 140 void SBSymbolContext::SetCompileUnit(lldb::SBCompileUnit compile_unit) { in SetCompileUnit() 142 (lldb::SBCompileUnit), compile_unit); in SetCompileUnit() 248 LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBSymbolContext, GetCompileUnit, in RegisterMethods() 256 (lldb::SBCompileUnit)); in RegisterMethods()
|
| HD | SBAddress.cpp | 239 SBCompileUnit SBAddress::GetCompileUnit() { in GetCompileUnit() 240 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBCompileUnit, SBAddress, GetCompileUnit); in GetCompileUnit() 242 SBCompileUnit sb_comp_unit; in GetCompileUnit() 317 LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBAddress, GetCompileUnit, ()); in RegisterMethods()
|
| HD | SBModule.cpp | 265 SBCompileUnit SBModule::GetCompileUnitAtIndex(uint32_t index) { in GetCompileUnitAtIndex() 266 LLDB_RECORD_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, in GetCompileUnitAtIndex() 269 SBCompileUnit sb_cu; in GetCompileUnitAtIndex() 721 LLDB_REGISTER_METHOD(lldb::SBCompileUnit, SBModule, GetCompileUnitAtIndex, in RegisterMethods()
|
| HD | SBReproducer.cpp | 46 RegisterMethods<SBCompileUnit>(R); in SBRegistry()
|
| HD | SBFrame.cpp | 162 SBCompileUnit SBFrame::GetCompileUnit() const { in GetCompileUnit() 163 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBCompileUnit, SBFrame, in GetCompileUnit() 166 SBCompileUnit sb_comp_unit; in GetCompileUnit() 1307 LLDB_REGISTER_METHOD_CONST(lldb::SBCompileUnit, SBFrame, GetCompileUnit, in RegisterMethods()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | 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); 68 bool operator==(const lldb::SBCompileUnit &rhs) const; 70 bool operator!=(const lldb::SBCompileUnit &rhs) const; 80 SBCompileUnit(lldb_private::CompileUnit *lldb_object_ptr);
|
| HD | SBSymbolContext.h | 39 lldb::SBCompileUnit GetCompileUnit(); 46 void SetCompileUnit(lldb::SBCompileUnit compile_unit);
|
| HD | SBLineEntry.h | 59 friend class SBCompileUnit; variable
|
| HD | SBFileSpec.h | 63 friend class SBCompileUnit; variable
|
| HD | SBStream.h | 62 friend class SBCompileUnit; variable
|
| HD | SBAddress.h | 78 lldb::SBCompileUnit GetCompileUnit();
|
| HD | SBFrame.h | 51 lldb::SBCompileUnit GetCompileUnit() const;
|
| HD | SBModule.h | 123 lldb::SBCompileUnit GetCompileUnitAtIndex(uint32_t);
|
| HD | SBDefines.h | 35 class LLDB_API SBCompileUnit; variable
|
| HD | SBType.h | 257 friend class SBCompileUnit; variable
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBCompileUnit.i | 45 ) SBCompileUnit; 46 class SBCompileUnit 50 SBCompileUnit (); 52 SBCompileUnit (const lldb::SBCompileUnit &rhs); 54 ~SBCompileUnit (); 114 operator == (const lldb::SBCompileUnit &rhs) const; 117 operator != (const lldb::SBCompileUnit &rhs) const; 119 STRING_EXTENSION(SBCompileUnit)
|
| HD | SBSymbolContext.i | 63 lldb::SBCompileUnit GetCompileUnit (); 70 void SetCompileUnit (lldb::SBCompileUnit compile_unit);
|
| HD | SBAddress.i | 128 lldb::SBCompileUnit
|
| HD | SBFrame.i | 97 lldb::SBCompileUnit
|
| HD | SBModule.i | 203 lldb::SBCompileUnit
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/ |
| HD | python.swig | 27 o SBCompileUnit: Represents a compilation unit, or compiled source file. 31 and a source file location. SBCompileUnit contains SBLineEntry(s)."
|
| HD | headers.swig | 20 #include "lldb/API/SBCompileUnit.h"
|
| HD | interfaces.swig | 27 %include "./interface/SBCompileUnit.i"
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/python/ |
| HD | python-extensions.swig | 48 %extend lldb::SBCompileUnit {
|