reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBSection.cpp
  297   LLDB_REGISTER_CONSTRUCTOR(SBSection, ());
  298   LLDB_REGISTER_CONSTRUCTOR(SBSection, (const lldb::SBSection &));
  299   LLDB_REGISTER_METHOD(const lldb::SBSection &,
  301   LLDB_REGISTER_METHOD_CONST(bool, SBSection, IsValid, ());
  302   LLDB_REGISTER_METHOD_CONST(bool, SBSection, operator bool, ());
  303   LLDB_REGISTER_METHOD(const char *, SBSection, GetName, ());
  304   LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, GetParent, ());
  305   LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, FindSubSection,
  307   LLDB_REGISTER_METHOD(size_t, SBSection, GetNumSubSections, ());
  308   LLDB_REGISTER_METHOD(lldb::SBSection, SBSection, GetSubSectionAtIndex,
  310   LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetFileAddress, ());
  311   LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetLoadAddress,
  313   LLDB_REGISTER_METHOD(lldb::addr_t, SBSection, GetByteSize, ());
  314   LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileOffset, ());
  315   LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileByteSize, ());
  316   LLDB_REGISTER_METHOD(lldb::SBData, SBSection, GetSectionData, ());
  317   LLDB_REGISTER_METHOD(lldb::SBData, SBSection, GetSectionData,
  319   LLDB_REGISTER_METHOD(lldb::SectionType, SBSection, GetSectionType, ());
  320   LLDB_REGISTER_METHOD_CONST(uint32_t, SBSection, GetPermissions, ());
  321   LLDB_REGISTER_METHOD(uint32_t, SBSection, GetTargetByteSize, ());
  322   LLDB_REGISTER_METHOD(bool, SBSection, operator==,(const lldb::SBSection &));
  323   LLDB_REGISTER_METHOD(bool, SBSection, operator!=,(const lldb::SBSection &));
  324   LLDB_REGISTER_METHOD(bool, SBSection, GetDescription, (lldb::SBStream &));