Home
last modified time | relevance | path

Searched refs:ivar_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.cpp484 CompilerType ivar_type = m_runtime.GetEncodingToType()->RealizeType( in FinishDecl() local
487 if (ivar_type.IsValid()) { in FinishDecl()
493 ClangUtil::GetQualType(ivar_type), in FinishDecl()
H A DAppleObjCClassDescriptorV2.cpp718 CompilerType ivar_type = in fill() local
720 if (ivar_type) { in fill()
725 ivar_type.GetByteSize(nullptr).value_or(0)); in fill()
736 {ConstString(name), ivar_type, size, offset_scalar.SInt()}); in fill()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp3868 uint32_t ivar_type; /* char * (32-bit pointer) */ member
4149 sys::swapByteOrder(objc_ivar.ivar_type); in swapStruct()
5802 outs() << "\t\t\tivar_type " << format("0x%08" PRIx32, ivar.ivar_type); in print_objc_class_t()
5804 name = get_pointer_32(ivar.ivar_type, offset, xleft, S, info, true); in print_objc_class_t()