Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguageRuntime.h140 virtual bool GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h317 bool GetTypeBitSize(const CompilerType &compiler_type,
H A DObjCLanguageRuntime.cpp345 bool ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize() function in ObjCLanguageRuntime
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4753 if (objc_runtime->GetTypeBitSize(GetType(qual_type), bit_size)) in GetBitSize()