Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h139 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFlags.h72 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp508 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() function in CompilerType
H A DClangASTContext.cpp5015 uint64_t ClangASTContext::GetBitSize(lldb::opaque_compiler_type_t type, in GetBitSize() function in ClangASTContext