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 @@ -265,8 +265,6 @@ class CompilerType {
265
265
266
266
lldb::Format GetFormat () const ;
267
267
268
- uint64_t GetAlignedBitSize () const ;
269
-
270
268
llvm::Optional<size_t > GetTypeBitAlign (ExecutionContextScope *exe_scope) const ;
271
269
272
270
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