Searched refs:TargetProperties (Results 1 – 7 of 7) sorted by relevance
63 TargetProperties (this), in Target()2497 TargetProperties::TargetProperties (Target *target) : in TargetProperties() function in TargetProperties2515 TargetProperties::~TargetProperties () in ~TargetProperties()2519 TargetProperties::GetDefaultArchitecture () const in GetDefaultArchitecture()2528 TargetProperties::SetDefaultArchitecture (const ArchSpec& arch) in SetDefaultArchitecture()2536 TargetProperties::GetPreferDynamicValue() const in GetPreferDynamicValue()2543 TargetProperties::GetDisableASLR () const in GetDisableASLR()2550 TargetProperties::SetDisableASLR (bool b) in SetDisableASLR()2557 TargetProperties::GetDisableSTDIO () const in GetDisableSTDIO()2564 TargetProperties::SetDisableSTDIO (bool b) in SetDisableSTDIO()[all …]
61 class TargetProperties : public Properties64 TargetProperties(Target *target);67 ~TargetProperties();176 typedef std::shared_ptr<TargetProperties> TargetPropertiesSP;313 public TargetProperties,
152 typedef base::hash_set<int> TargetProperties; typedef
624 TargetProperties blocked_properties_for_active_observers; in StartAnimations()625 TargetProperties blocked_properties_for_pending_observers; in StartAnimations()656 TargetProperties enqueued_properties; in StartAnimations()679 for (TargetProperties::iterator p_iter = enqueued_properties.begin(); in StartAnimations()
1305 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()1323 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
182 load_script_old_value = target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()204 … if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == eLoadScriptFromSymFileTrue) in SetPropertyValue()
1326 LoadScriptFromSymFile shoud_load = target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()