Lines Matching refs:LLDB_REGISTER_METHOD

299   LLDB_REGISTER_METHOD(const lldb::SBSection &,  in RegisterMethods()
303 LLDB_REGISTER_METHOD(const char *, SBSection, GetName, ()); in RegisterMethods()
304 LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, GetParent, ()); in RegisterMethods()
305 LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, FindSubSection, in RegisterMethods()
307 LLDB_REGISTER_METHOD(size_t, SBSection, GetNumSubSections, ()); in RegisterMethods()
308 LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, GetSubSectionAtIndex, in RegisterMethods()
310 LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetFileAddress, ()); in RegisterMethods()
311 LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetLoadAddress, in RegisterMethods()
313 LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetByteSize, ()); in RegisterMethods()
314 LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileOffset, ()); in RegisterMethods()
315 LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileByteSize, ()); in RegisterMethods()
316 LLDB_REGISTER_METHOD(lldb::SBData, SBSection, GetSectionData, ()); in RegisterMethods()
317 LLDB_REGISTER_METHOD(lldb::SBData, SBSection, GetSectionData, in RegisterMethods()
319 LLDB_REGISTER_METHOD(lldb::SectionType, SBSection, GetSectionType, ()); in RegisterMethods()
321 LLDB_REGISTER_METHOD(uint32_t, SBSection, GetTargetByteSize, ()); in RegisterMethods()
322 LLDB_REGISTER_METHOD(bool, SBSection, operator==,(const lldb::SBSection &)); in RegisterMethods()
323 LLDB_REGISTER_METHOD(bool, SBSection, operator!=,(const lldb::SBSection &)); in RegisterMethods()
324 LLDB_REGISTER_METHOD(bool, SBSection, GetDescription, (lldb::SBStream &)); in RegisterMethods()