Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h138 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp737 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { GetBitSize() function in CompilerType
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4672 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, GetBitSize() function in TypeSystemClang