Searched defs:GetBitSize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } function in class:lldb_private::Flags
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h136 size_t GetBitSize() const { return ptr_size << 3; } function in struct:lldb_private::formatters::InferiorSizedWord
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp478 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { function in class:CompilerType
H A DClangASTContext.cpp4399 ClangASTContext::GetBitSize(lldb::opaque_compiler_type_t type, function in class:ClangASTContext

Completed in 220 milliseconds