Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DTypeSynthetic.cpp194 lldb::ValueObjectSP ScriptedSyntheticChildren::FrontEnd::GetSyntheticValue() { in GetSyntheticValue() function in ScriptedSyntheticChildren::FrontEnd
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSIndexPath.cpp135 lldb::ValueObjectSP GetSyntheticValue() override { return nullptr; } in GetSyntheticValue() function in NSIndexPathSyntheticFrontEnd
/external/llvm-project/lldb/include/lldb/DataFormatters/
DTypeSynthetic.h71 virtual lldb::ValueObjectSP GetSyntheticValue() { return nullptr; } in GetSyntheticValue() function
/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h423 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue() function
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1929 ValueObjectSP ValueObject::GetSyntheticValue() { in GetSyntheticValue() function in ValueObject
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2501 lldb::ValueObjectSP ScriptInterpreterPythonImpl::GetSyntheticValue( in GetSyntheticValue() function in ScriptInterpreterPythonImpl