Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp355 void *opaque_ptr = compiler_type.GetOpaqueQualType(); in GetTypeBitSize() local
356 uint64_t cached_size = m_type_size_cache.Lookup(opaque_ptr); in GetTypeBitSize()
381 m_type_size_cache.Insert(opaque_ptr, size); in GetTypeBitSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValueList.h76 void *opaque_ptr();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValueList.cpp197 void *SBValueList::opaque_ptr() { return m_opaque_up.get(); } in opaque_ptr() function in SBValueList