Home
last modified time | relevance | path

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

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