Home
last modified time | relevance | path

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

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