summaryrefslogtreecommitdiff
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
commit27c6ec393292f51984265865e502eb5cc62d2048 (patch)
tree2358509677830811b0e983d24b8ede784c332286
parent9c699691b1d2ff39ef722aa7a9e1464fece17104 (diff)
Add Doxygen comments.
-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 1053599d26f..353313d8e2a 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;