Searched refs:TargetProperties (Results 1 – 7 of 7) sorted by relevance
89 : TargetProperties(this), in Target()3730 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties3788 TargetProperties::~TargetProperties() = default;3803 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()3871 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()3877 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()3882 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()3888 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()3904 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()3910 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()[all …]
77 class TargetProperties : public Properties {79 TargetProperties(Target *target);81 ~TargetProperties() override;446 public TargetProperties,
216 class TargetProperties; variable435 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP;
196 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()223 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
1703 ->TargetProperties::GetPreferDynamicValue(), in Format()1705 ->TargetProperties::GetEnableSyntheticValue()); in Format()
1488 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()
1104 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()1118 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()