Home
last modified time | relevance | path

Searched refs:GetTypeBitSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguageRuntime.h172 virtual bool GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h324 bool GetTypeBitSize(const CompilerType &compiler_type,
H A DObjCLanguageRuntime.cpp353 bool ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize() function in ObjCLanguageRuntime
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4693 if (objc_runtime->GetTypeBitSize(GetType(qual_type), bit_size)) in GetBitSize()