LLDB API Documentation
#include <SBFunction.h>
| Public Member Functions | |
| SBFunction () | |
| SBFunction (const lldb::SBFunction &rhs) | |
| const lldb::SBFunction & | operator= (const lldb::SBFunction &rhs) | 
| ~SBFunction () | |
| bool | IsValid () const | 
| const char * | GetName () const | 
| const char * | GetMangledName () const | 
| lldb::SBInstructionList | GetInstructions (lldb::SBTarget target) | 
| lldb::SBInstructionList | GetInstructions (lldb::SBTarget target, const char *flavor) | 
| lldb::SBAddress | GetStartAddress () | 
| lldb::SBAddress | GetEndAddress () | 
| uint32_t | GetPrologueByteSize () | 
| lldb::SBType | GetType () | 
| lldb::SBBlock | GetBlock () | 
| bool | operator== (const lldb::SBFunction &rhs) const | 
| bool | operator!= (const lldb::SBFunction &rhs) const | 
| bool | GetDescription (lldb::SBStream &description) | 
| Protected Member Functions | |
| lldb_private::Function * | get () | 
| void | reset (lldb_private::Function *lldb_object_ptr) | 
| Friends | |
| class | SBAddress | 
| class | SBFrame | 
| class | SBSymbolContext | 
Definition at line 19 of file SBFunction.h.
| lldb::SBFunction::SBFunction | ( | ) | 
| lldb::SBFunction::SBFunction | ( | const lldb::SBFunction & | rhs | ) | 
| lldb::SBFunction::~SBFunction | ( | ) | 
| 
 | protected | 
| lldb::SBBlock lldb::SBFunction::GetBlock | ( | ) | 
| bool lldb::SBFunction::GetDescription | ( | lldb::SBStream & | description | ) | 
| lldb::SBAddress lldb::SBFunction::GetEndAddress | ( | ) | 
| lldb::SBInstructionList lldb::SBFunction::GetInstructions | ( | lldb::SBTarget | target | ) | 
| lldb::SBInstructionList lldb::SBFunction::GetInstructions | ( | lldb::SBTarget | target, | 
| const char * | flavor | ||
| ) | 
| const char* lldb::SBFunction::GetMangledName | ( | ) | const | 
| const char* lldb::SBFunction::GetName | ( | ) | const | 
| uint32_t lldb::SBFunction::GetPrologueByteSize | ( | ) | 
| lldb::SBAddress lldb::SBFunction::GetStartAddress | ( | ) | 
| lldb::SBType lldb::SBFunction::GetType | ( | ) | 
| bool lldb::SBFunction::IsValid | ( | ) | const | 
| bool lldb::SBFunction::operator!= | ( | const lldb::SBFunction & | rhs | ) | const | 
| const lldb::SBFunction& lldb::SBFunction::operator= | ( | const lldb::SBFunction & | rhs | ) | 
| bool lldb::SBFunction::operator== | ( | const lldb::SBFunction & | rhs | ) | const | 
| 
 | protected | 
| 
 | friend | 
Definition at line 80 of file SBFunction.h.
| 
 | friend | 
Definition at line 81 of file SBFunction.h.
| 
 | friend | 
Definition at line 82 of file SBFunction.h.