Lines Matching refs:SBFunction

26 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()
81 bool SBFunction::operator==(const SBFunction &rhs) const { in operator ==()
87 bool SBFunction::operator!=(const SBFunction &rhs) const { in operator !=()
93 bool SBFunction::GetDescription(SBStream &s) { in GetDescription()
108 SBInstructionList SBFunction::GetInstructions(SBTarget target) { in GetInstructions()
114 SBInstructionList SBFunction::GetInstructions(SBTarget target, in GetInstructions()
135 lldb_private::Function *SBFunction::get() { return m_opaque_ptr; } in get()
137 void SBFunction::reset(lldb_private::Function *lldb_object_ptr) { in reset()
141 SBAddress SBFunction::GetStartAddress() { in GetStartAddress()
150 SBAddress SBFunction::GetEndAddress() { in GetEndAddress()
164 lldb::SBAddressRangeList SBFunction::GetRanges() { in GetRanges()
177 const char *SBFunction::GetArgumentName(uint32_t arg_idx) { in GetArgumentName()
198 uint32_t SBFunction::GetPrologueByteSize() { in GetPrologueByteSize()
206 SBType SBFunction::GetType() { in GetType()
218 SBBlock SBFunction::GetBlock() { in GetBlock()
227 lldb::LanguageType SBFunction::GetLanguage() { in GetLanguage()
237 bool SBFunction::GetIsOptimized() { in GetIsOptimized()