Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Target/ !
H A DLanguageRuntime.h174 GetTypeBitSize(const CompilerType &compiler_type) { in GetTypeBitSize() function
/src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/ !
H A DObjCLanguageRuntime.h325 GetTypeBitSize(const CompilerType &compiler_type) override;
H A DObjCLanguageRuntime.cpp354 ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type) { in GetTypeBitSize() function in ObjCLanguageRuntime
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ !
H A DTypeSystemClang.cpp4750 objc_runtime->GetTypeBitSize(GetType(qual_type))) in GetBitSize()