Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h138 size_t GetBitSize() const { return ptr_size << 3; } GetBitSize() function
/llvm-project/lldb/unittests/Utility/
H A DFlagsTest.cpp22 TEST(Flags, GetBitSize) { in TEST() argument
/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp765 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { GetBitSize() function in CompilerType
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4729 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, GetBitSize() function in TypeSystemClang