| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBFunction.cpp | 25 SBFunction::SBFunction() { LLDB_INSTRUMENT_VA(this); } 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 35 const SBFunction &SBFunction::operator=(const SBFunction &rhs) { in operator =() 42 SBFunction::~SBFunction() { m_opaque_ptr = nullptr; } in ~SBFunction() 44 bool SBFunction::IsValid() const { in IsValid() 48 SBFunction::operator bool() const { in operator bool() 80 bool SBFunction::operator==(const SBFunction &rhs) const { in operator ==() 86 bool SBFunction::operator!=(const SBFunction &rhs) const { in operator !=() 192 SBType SBFunction::GetType() { in GetType() [all …]
|
| H A D | SBSymbolContext.cpp | 73 SBFunction SBSymbolContext::GetFunction() { in GetFunction() 81 SBFunction sb_function(function); in GetFunction() 127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction()
|
| H A D | SBAddress.cpp | 231 SBFunction SBAddress::GetFunction() { in GetFunction() 234 SBFunction sb_function; in GetFunction()
|
| H A D | SBFrame.cpp | 184 SBFunction SBFrame::GetFunction() const { in GetFunction() 187 SBFunction sb_function; in GetFunction()
|
| /freebsd-14.2/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 | 44 lldb::SBFunction GetFunction(); 51 void SetFunction(lldb::SBFunction function);
|
| H A D | SBAddress.h | 80 lldb::SBFunction GetFunction(); 93 friend class SBFunction; variable
|
| H A D | SBInstructionList.h | 60 friend class SBFunction;
|
| H A D | SBBlock.h | 78 friend class SBFunction; variable
|
| H A D | SBStream.h | 78 friend class SBFunction; variable
|
| H A D | SBFrame.h | 62 lldb::SBFunction GetFunction() const;
|
| H A D | SBDefines.h | 76 class LLDB_API SBFunction; variable
|
| H A D | SBType.h | 237 friend class SBFunction; variable
|
| H A D | SBProcess.h | 450 friend class SBFunction; variable
|
| H A D | SBTarget.h | 938 friend class SBFunction; variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFunctionDocstrings.i | 34 ) lldb::SBFunction; 43 ) lldb::SBFunction::GetIsOptimized;
|
| H A D | SBFunctionExtensions.i | 1 STRING_EXTENSION_OUTSIDE(SBFunction) 3 %extend lldb::SBFunction {
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/lldb/bindings/ |
| H A D | headers.swig | 35 #include "lldb/API/SBFunction.h"
|
| H A D | interfaces.swig | 112 %include "lldb/API/SBFunction.h"
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 30790 result = (lldb::SBFunction *)new lldb::SBFunction((lldb::SBFunction const &)*arg1); in _wrap_new_SBFunction__SWIG_1() 30837 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_IsValid() 30861 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetName() 30885 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetDisplayName() 30909 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetMangledName() 30933 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetInstructions__SWIG_0() 30969 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetInstructions__SWIG_1() 31077 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetStartAddress() 31104 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetEndAddress() 31131 lldb::SBFunction *arg1 = (lldb::SBFunction *) 0 ; in _wrap_SBFunction_GetArgumentName() [all …]
|
| H A D | Makefile | 45 SRCS+= API/SBFunction.cpp
|