Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp80 if (valobj.GetValueType() == lldb::eValueTypeVTableEntry) in CXXFunctionPointerSummaryProvider()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVTable.cpp38 ValueType GetValueType() const override { return eValueTypeVTableEntry; }; in GetValueType()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h327 eValueTypeVTableEntry = 10, ///< function pointer in virtual function table enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp494 case eValueTypeVTableEntry: in ScopeRequested()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1537 valobj.GetValueType() == lldb::eValueTypeVTableEntry) { in GetHardcodedSummaries()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp77970 {SWIG_LUA_CONSTTAB_INT("eValueTypeVTableEntry", lldb::eValueTypeVTableEntry)},