D | SBTypeFormat.cpp | 19 SBTypeFormat::SBTypeFormat() : m_opaque_sp() { in SBTypeFormat() function in SBTypeFormat 20 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBTypeFormat); in SBTypeFormat() 23 SBTypeFormat::SBTypeFormat(lldb::Format format, uint32_t options) in SBTypeFormat() function in SBTypeFormat 26 LLDB_RECORD_CONSTRUCTOR(SBTypeFormat, (lldb::Format, uint32_t), format, in SBTypeFormat() 30 SBTypeFormat::SBTypeFormat(const char *type, uint32_t options) in SBTypeFormat() function in SBTypeFormat 33 LLDB_RECORD_CONSTRUCTOR(SBTypeFormat, (const char *, uint32_t), type, in SBTypeFormat() 37 SBTypeFormat::SBTypeFormat(const lldb::SBTypeFormat &rhs) in SBTypeFormat() function in SBTypeFormat 39 LLDB_RECORD_CONSTRUCTOR(SBTypeFormat, (const lldb::SBTypeFormat &), rhs); in SBTypeFormat() 42 SBTypeFormat::~SBTypeFormat() = default; 44 bool SBTypeFormat::IsValid() const { in IsValid() [all …]
|