File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,6 @@ class CompilerType {
264
264
265
265
lldb::Format GetFormat () const ;
266
266
267
- uint64_t GetAlignedBitSize () const ;
268
-
269
267
llvm::Optional<size_t > GetTypeBitAlign (ExecutionContextScope *exe_scope) const ;
270
268
271
269
uint32_t GetNumChildren (bool omit_empty_base_classes,
Original file line number Diff line number Diff line change @@ -530,8 +530,6 @@ CompilerType::GetByteStride(ExecutionContextScope *exe_scope) const {
530
530
return {};
531
531
}
532
532
533
- uint64_t CompilerType::GetAlignedBitSize () const { return 0 ; }
534
-
535
533
llvm::Optional<size_t > CompilerType::GetTypeBitAlign (ExecutionContextScope *exe_scope) const {
536
534
if (IsValid ())
537
535
return m_type_system->GetTypeBitAlign (m_type, exe_scope);
You can’t perform that action at this time.
0 commit comments