Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
/openbsd/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h71 virtual lldb::ValueObjectSP GetSyntheticValue() { return nullptr; } in GetSyntheticValue() function
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h465 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
/openbsd/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp1857 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject
/openbsd/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2313 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl