| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFunction.cpp | 25 SBFunction::SBFunction() { LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBFunction); } in SBFunction() function in SBFunction 27 SBFunction::SBFunction(lldb_private::Function *lldb_object_ptr) in SBFunction() function in SBFunction 30 SBFunction::SBFunction(const lldb::SBFunction &rhs) in SBFunction() function in SBFunction 32 LLDB_RECORD_CONSTRUCTOR(SBFunction, (const lldb::SBFunction &), rhs); in SBFunction() 35 const SBFunction &SBFunction::operator=(const SBFunction &rhs) { in operator =() 43 SBFunction::~SBFunction() { m_opaque_ptr = nullptr; } in ~SBFunction() 84 bool SBFunction::operator==(const SBFunction &rhs) const { in operator ==() 86 bool, SBFunction, operator==,(const lldb::SBFunction &), rhs); in operator ==() 91 bool SBFunction::operator!=(const SBFunction &rhs) const { in operator !=() 254 bool, SBFunction, operator==,(const lldb::SBFunction &)); in RegisterMethods() [all …]
|
| H A D | SBSymbolContext.cpp | 90 SBFunction SBSymbolContext::GetFunction() { in GetFunction() 91 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFunction, SBSymbolContext, GetFunction); in GetFunction() 98 SBFunction sb_function(function); in GetFunction() 147 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction() 148 LLDB_RECORD_METHOD(void, SBSymbolContext, SetFunction, (lldb::SBFunction), in SetFunction() 250 LLDB_REGISTER_METHOD(lldb::SBFunction, SBSymbolContext, GetFunction, ()); in RegisterMethods() 258 (lldb::SBFunction)); in RegisterMethods()
|
| H A D | SBAddress.cpp | 240 SBFunction SBAddress::GetFunction() { in GetFunction() 241 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBFunction, SBAddress, GetFunction); in GetFunction() 243 SBFunction sb_function; in GetFunction() 310 LLDB_REGISTER_METHOD(lldb::SBFunction, SBAddress, GetFunction, ()); in RegisterMethods()
|
| H A D | SBFrame.cpp | 187 SBFunction SBFrame::GetFunction() const { in GetFunction() 188 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBFunction, SBFrame, GetFunction); in GetFunction() 190 SBFunction sb_function; in GetFunction() 1308 LLDB_REGISTER_METHOD_CONST(lldb::SBFunction, SBFrame, GetFunction, ()); in RegisterMethods()
|
| H A D | SBReproducer.cpp | 87 RegisterMethods<SBFunction>(R); in SBRegistry()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBFunction.h | 18 class LLDB_API SBFunction { 20 SBFunction(); 22 SBFunction(const lldb::SBFunction &rhs); 24 const lldb::SBFunction &operator=(const lldb::SBFunction &rhs); 26 ~SBFunction(); 59 bool operator==(const lldb::SBFunction &rhs) const; 61 bool operator!=(const lldb::SBFunction &rhs) const; 75 SBFunction(lldb_private::Function *lldb_object_ptr);
|
| H A D | SBSymbolContext.h | 40 lldb::SBFunction GetFunction(); 47 void SetFunction(lldb::SBFunction function);
|
| H A D | SBAddress.h | 80 lldb::SBFunction GetFunction(); 93 friend class SBFunction; variable
|
| H A D | SBInstructionList.h | 58 friend class SBFunction;
|
| H A D | SBBlock.h | 78 friend class SBFunction; variable
|
| H A D | SBStream.h | 72 friend class SBFunction; variable
|
| H A D | SBFrame.h | 53 lldb::SBFunction GetFunction() const;
|
| H A D | SBDefines.h | 49 class LLDB_API SBFunction; variable
|
| H A D | SBType.h | 225 friend class SBFunction; variable
|
| H A D | SBProcess.h | 419 friend class SBFunction; variable
|
| H A D | SBTarget.h | 865 friend class SBFunction; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFunction.i | 43 ...") SBFunction; 44 class SBFunction 48 SBFunction (); 50 SBFunction (const lldb::SBFunction &rhs); 52 ~SBFunction (); 109 operator == (const lldb::SBFunction &rhs) const; 112 operator != (const lldb::SBFunction &rhs) const; 114 STRING_EXTENSION(SBFunction)
|
| H A D | SBSymbolContext.i | 64 lldb::SBFunction GetFunction (); 71 void SetFunction (lldb::SBFunction function);
|
| H A D | SBAddress.i | 131 lldb::SBFunction
|
| H A D | SBFrame.i | 101 lldb::SBFunction
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python.swig | 28 * :py:class:`SBFunction`: Represents a generic function, which can be inlined or not. 29 * :py:class:`SBBlock`: Represents a lexical block. :py:class:`SBFunction` contains SBBlocks.
|
| H A D | python-extensions.swig | 80 %extend lldb::SBFunction {
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 41 %include "./interface/SBFunction.i"
|
| H A D | headers.swig | 34 #include "lldb/API/SBFunction.h"
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 4500 lldb::SBFunction * resultptr = new lldb::SBFunction((const lldb::SBFunction &) result); in _wrap_SBAddress_GetFunction() 26714 lldb::SBFunction * resultptr = new lldb::SBFunction((const lldb::SBFunction &) result); in _wrap_SBFrame_GetFunction() 28355 result = (lldb::SBFunction *)new lldb::SBFunction((lldb::SBFunction const &)*arg1); in _wrap_new_SBFunction__SWIG_1() 28402 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_IsValid() 28426 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetName() 28450 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetDisplayName() 28474 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetMangledName() 28498 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetInstructions__SWIG_0() 28534 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetInstructions__SWIG_1() 28642 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetStartAddress() [all …]
|