Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h142 virtual bool GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize() function
H A DObjCLanguageRuntime.h293 bool GetTypeBitSize(const CompilerType &compiler_type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp325 bool ObjCLanguageRuntime::GetTypeBitSize(const CompilerType &compiler_type, in GetTypeBitSize() function in ObjCLanguageRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5036 if (objc_runtime->GetTypeBitSize( in GetBitSize()