Searched refs:opaque_ptr (Results 1 – 4 of 4) sorted by relevance
7 // CHECK-LABEL: @opaque_ptr10 func.func private @opaque_ptr() -> !llvm.ptr
49 void *opaque_ptr();
346 void *opaque_ptr = compiler_type.GetOpaqueQualType(); in GetTypeBitSize() local347 size = m_type_size_cache.Lookup(opaque_ptr); in GetTypeBitSize()373 m_type_size_cache.Insert(opaque_ptr, size); in GetTypeBitSize()
190 void *SBValueList::opaque_ptr() { return m_opaque_up.get(); } in opaque_ptr() function in SBValueList