diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-01-15 21:04:18 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-01-15 21:04:18 +0000 |
| commit | bb2a2c537e436478edffae7f362914bcc62e698e (patch) | |
| tree | 6811d6088a4690dfded63c5e4eebc49f64545fa6 | |
| parent | 907ea9f149ffcc98f1aba82ca05ff0b83e084526 (diff) | |
| download | bcm5719-llvm-bb2a2c537e436478edffae7f362914bcc62e698e.tar.gz bcm5719-llvm-bb2a2c537e436478edffae7f362914bcc62e698e.zip | |
Add Doxygen comments.
llvm-svn: 351243
| -rw-r--r-- | lldb/include/lldb/Symbol/CompilerType.h | 2 |
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; |

