Home
last modified time | relevance | path

Searched refs:GetEncodingToType (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp157 m_type_realizer_sp(m_runtime.GetEncodingToType()) { in AppleObjCDeclVendor()
505 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl()
H A DAppleObjCRuntimeV2.h85 EncodingToTypeSP GetEncodingToType() override;
H A DAppleObjCClassDescriptorV2.cpp499 runtime.GetEncodingToType()); in fill()
H A DAppleObjCRuntimeV2.cpp2551 ObjCLanguageRuntime::EncodingToTypeSP AppleObjCRuntimeV2::GetEncodingToType() { in GetEncodingToType() function in AppleObjCRuntimeV2
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DObjCLanguageRuntime.cpp321 ObjCLanguageRuntime::EncodingToTypeSP ObjCLanguageRuntime::GetEncodingToType() { in GetEncodingToType() function in ObjCLanguageRuntime
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h197 virtual EncodingToTypeSP GetEncodingToType();