reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Target.h
  140   bool GetEnableSyntheticValue() const;

References

tools/lldb/source/API/SBValue.cpp
 1123           target_sp->TargetProperties::GetEnableSyntheticValue();
 1137           target_sp->TargetProperties::GetEnableSyntheticValue();
tools/lldb/source/Commands/CommandObjectType.cpp
 2870               target_sp->GetEnableSyntheticValue());
tools/lldb/source/Core/FormatEntity.cpp
 1690                               ->TargetProperties::GetEnableSyntheticValue());
tools/lldb/source/Core/ValueObject.cpp
 1948   if (target_sp && !target_sp->GetEnableSyntheticValue()) {