aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-01-15 21:04:18 +0000
committerAdrian Prantl <aprantl@apple.com>2019-01-15 21:04:18 +0000
commitbb2a2c537e436478edffae7f362914bcc62e698e (patch)
tree6811d6088a4690dfded63c5e4eebc49f64545fa6
parent907ea9f149ffcc98f1aba82ca05ff0b83e084526 (diff)
Add Doxygen comments.
llvm-svn: 351243
-rw-r--r--lldb/include/lldb/Symbol/CompilerType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/include/lldb/Symbol/CompilerType.h b/lldb/include/lldb/Symbol/CompilerType.h
index 1053599d26f9..353313d8e2a3 100644
--- a/lldb/include/lldb/Symbol/CompilerType.h
+++ b/lldb/include/lldb/Symbol/CompilerType.h
@@ -287,7 +287,9 @@ public:
struct IntegralTemplateArgument;
+ /// Return the size of the type in bytes.
llvm::Optional<uint64_t> GetByteSize(ExecutionContextScope *exe_scope) const;
+ /// Return the size of the type in bits.
llvm::Optional<uint64_t> GetBitSize(ExecutionContextScope *exe_scope) const;
lldb::Encoding GetEncoding(uint64_t &count) const;