Searched defs:GetBitSize (Results 1 – 4 of 4) sorted by relevance
46 size_t GetBitSize() const { return sizeof(ValueType) * 8; } in GetBitSize() function
138 size_t GetBitSize() const { return ptr_size << 3; } in GetBitSize() function
737 CompilerType::GetBitSize(ExecutionContextScope *exe_scope) const { GetBitSize() function in CompilerType
4672 TypeSystemClang::GetBitSize(lldb::opaque_compiler_type_t type, GetBitSize() function in TypeSystemClang