Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/API/
DSBValue.h273 void *GetOpaqueType();
/freebsd-12-stable/contrib/llvm-project/lldb/bindings/interface/
DSBValue.i337 GetOpaqueType();
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp1019 void *SBValue::GetOpaqueType() { in GetOpaqueType() function in SBValue
1020 LLDB_RECORD_METHOD_NO_ARGS(void *, SBValue, GetOpaqueType); in GetOpaqueType()
1631 LLDB_REGISTER_METHOD(void *, SBValue, GetOpaqueType, ()); in RegisterMethods()
/freebsd-12-stable/lib/clang/liblldb/
DLLDBWrapLua.cpp67724 result = (void *)(arg1)->GetOpaqueType(); in _wrap_SBValue_GetOpaqueType()