Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/freebsd-head/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormattersHelpers.h138 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp765 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { in GetBitSize() function in CompilerType
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp4729 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, in GetBitSize() function in TypeSystemClang