Home
last modified time | relevance | path

Searched refs:SBFunction (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBFunction.cpp26 SBFunction::SBFunction() { LLDB_INSTRUMENT_VA(this); } in SBFunction() function in SBFunction
28 SBFunction::SBFunction(lldb_private::Function *lldb_object_ptr) in SBFunction() function in SBFunction
31 SBFunction::SBFunction(const lldb::SBFunction &rhs) in SBFunction() function in SBFunction
36 const SBFunction &SBFunction::operator=(const SBFunction &rhs) { in operator =()
43 SBFunction::~SBFunction() { m_opaque_ptr = nullptr; } in ~SBFunction()
45 bool SBFunction::IsValid() const { in IsValid()
49 SBFunction::operator bool() const { in operator bool()
55 const char *SBFunction::GetName() const { in GetName()
64 const char *SBFunction::GetDisplayName() const { in GetDisplayName()
73 const char *SBFunction::GetMangledName() const { in GetMangledName()
[all …]
H A DSBSymbolContext.cpp73 SBFunction SBSymbolContext::GetFunction() { in GetFunction()
81 SBFunction sb_function(function); in GetFunction()
127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction()
H A DSBAddress.cpp231 SBFunction SBAddress::GetFunction() { in GetFunction()
234 SBFunction sb_function; in GetFunction()
H A DSBFrame.cpp184 SBFunction SBFrame::GetFunction() const { in GetFunction()
187 SBFunction sb_function; in GetFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBFunction.h19 class LLDB_API SBFunction {
21 SBFunction();
23 SBFunction(const lldb::SBFunction &rhs);
25 const lldb::SBFunction &operator=(const lldb::SBFunction &rhs);
27 ~SBFunction();
62 bool operator==(const lldb::SBFunction &rhs) const;
64 bool operator!=(const lldb::SBFunction &rhs) const;
78 SBFunction(lldb_private::Function *lldb_object_ptr);
H A DSBSymbolContext.h44 lldb::SBFunction GetFunction();
51 void SetFunction(lldb::SBFunction function);
H A DSBAddress.h80 lldb::SBFunction GetFunction();
94 friend class SBFunction; variable
H A DSBAddressRange.h62 friend class SBFunction; variable
H A DSBInstructionList.h60 friend class SBFunction;
H A DSBBlock.h82 friend class SBFunction; variable
H A DSBStream.h84 friend class SBFunction; variable
H A DSBFrame.h62 lldb::SBFunction GetFunction() const;
73 /// just looking at the SBFunction or SBSymbol for a frame isn't enough.
H A DSBDefines.h79 class LLDB_API SBFunction; variable
H A DSBType.h270 friend class SBFunction; variable
H A DSBProcess.h591 friend class SBFunction; variable
H A DSBTarget.h954 friend class SBFunction; variable
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFunctionDocstrings.i34 ) lldb::SBFunction;
43 ) lldb::SBFunction::GetIsOptimized;
H A DSBFunctionExtensions.i1 STRING_EXTENSION_OUTSIDE(SBFunction)
3 %extend lldb::SBFunction {
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython.swig28 * :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 Dpython-extensions.swig80 %extend lldb::SBFunction {
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig38 #include "lldb/API/SBFunction.h"
H A Dinterfaces.swig119 %include "lldb/API/SBFunction.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3493 SWIGINTERN std::string lldb_SBFunction___repr__(lldb::SBFunction *self){ in lldb_SBFunction___repr__()
4687 lldb::SBFunction result; in _wrap_SBAddress_GetFunction()
4698 lldb::SBFunction * resultptr = new lldb::SBFunction(result); in _wrap_SBAddress_GetFunction()
30527 lldb::SBFunction result; in _wrap_SBFrame_GetFunction()
30538 lldb::SBFunction * resultptr = new lldb::SBFunction(result); in _wrap_SBFrame_GetFunction()
32194 lldb::SBFunction *result = 0 ; in _wrap_new_SBFunction__SWIG_0()
32197 result = (lldb::SBFunction *)new lldb::SBFunction(); in _wrap_new_SBFunction__SWIG_0()
32211 lldb::SBFunction *arg1 = 0 ; in _wrap_new_SBFunction__SWIG_1()
32212 lldb::SBFunction *result = 0 ; in _wrap_new_SBFunction__SWIG_1()
32221 result = (lldb::SBFunction *)new lldb::SBFunction((lldb::SBFunction const &)*arg1); in _wrap_new_SBFunction__SWIG_1()
[all …]
H A DMakefile46 SRCS+= API/SBFunction.cpp