Home
last modified time | relevance | path

Searched defs:GetSyntheticValue (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp215 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h71 virtual lldb::ValueObjectSP GetSyntheticValue() { return nullptr; } GetSyntheticValue() function
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h450 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { GetSyntheticValue() function
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1814 ValueObjectSP ValueObject::GetSyntheticValue() { GetSyntheticValue() function in ValueObject
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2250 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( GetSyntheticValue() function in ScriptInterpreterPythonImpl