| /llvm-project/lldb/source/API/ |
| H A D | SBFunction.cpp | 1 //===-- SBFunction.cpp ----------------------------------------------------===// 9 #include "lldb/API/SBFunction.h" 27 SBFunction::SBFunction() { LLDB_INSTRUMENT_VA(this); } 29 SBFunction::SBFunction(lldb_private::Function *lldb_object_ptr) in SBFunction() 32 SBFunction::SBFunction(const lldb::SBFunction &rhs) in SBFunction() 37 const SBFunction in operator =() 26 SBFunction::SBFunction() { LLDB_INSTRUMENT_VA(this); } SBFunction() function in SBFunction 28 SBFunction::SBFunction(lldb_private::Function *lldb_object_ptr) SBFunction() function in SBFunction 31 SBFunction::SBFunction(const lldb::SBFunction &rhs) SBFunction() function in SBFunction [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 | CMakeLists.txt | 73 SBFunction.cpp
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBFunction.h | 1 //===-- SBFunction.h --------------------------------------------*- C++ -*-===// 19 class LLDB_API SBFunction { 21 SBFunction(); 23 SBFunction(const lldb::SBFunction &rhs); 25 const lldb::SBFunction &operator=(const lldb::SBFunction &rhs); 27 ~SBFunction(); 64 bool operator==(const lldb::SBFunction &rhs) const; 66 bool operator!=(const lldb::SBFunction [all...] |
| H A D | SBSymbolContext.h | 44 lldb::SBFunction GetFunction(); 51 void SetFunction(lldb::SBFunction function);
|
| H A D | SBAddress.h | 80 lldb::SBFunction GetFunction(); 94 friend class SBFunction; variable
|
| H A D | SBAddressRange.h | 62 friend class SBFunction; variable
|
| H A D | SBInstructionList.h | 60 friend class SBFunction;
|
| H A D | SBBlock.h | 82 friend class SBFunction; variable
|
| H A D | SBStream.h | 84 friend class SBFunction; variable
|
| H A D | SBFrame.h | 62 lldb::SBFunction GetFunction() const; 73 /// just looking at the SBFunction or SBSymbol for a frame isn't enough.
|
| H A D | SBDefines.h | 79 class LLDB_API SBFunction; 78 class LLDB_API SBFunction; global() variable
|
| H A D | SBType.h | 270 friend class SBFunction; variable
|
| H A D | SBProcess.h | 592 friend class SBFunction; 585 friend class SBFunction; global() variable
|
| H A D | SBTarget.h | 959 friend class SBFunction; 954 friend class SBFunction; global() variable
|
| /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 {
|
| /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.
|
| /llvm-project/llvm/utils/gn/secondary/lldb/source/API/ |
| H A D | BUILD.gn | 71 "SBFunction.cpp",
|
| /llvm-project/lldb/examples/functions/ |
| H A D | main.cpp | 215 SBFunction function(sc.GetFunction()); in main()
|
| /llvm-project/lldb/bindings/ |
| H A D | headers.swig | 38 #include "lldb/API/SBFunction.h"
|
| H A D | interfaces.swig | 120 %include "lldb/API/SBFunction.h"
|
| /llvm-project/lldb/docs/ |
| H A D | .htaccess | 52 Redirect 301 /python_reference/lldb.SBFunction-class.html https://lldb.llvm.org/python_api/lldb.SBF…
|
| /llvm-project/lldb/test/API/python_api/default-constructor/ |
| H A D | TestDefaultConstructorForAPIObjects.py | 165 obj = lldb.SBFunction()
|