Searched refs:TargetProperties (Results 1 – 9 of 9) sorted by relevance
92 : TargetProperties(this), in Target()2853 static TargetProperties *g_settings_ptr = in GetGlobalProperties()2854 new TargetProperties(nullptr); in GetGlobalProperties()3948 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties4010 TargetProperties::~TargetProperties() = default;4025 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()4093 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()4104 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()4110 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()4348 void TargetProperties::CheckJITObjectsDir() { in CheckJITObjectsDir()[all …]
1 lldb_tablegen(TargetProperties.inc -gen-lldb-property-defs2 SOURCE TargetProperties.td6 SOURCE TargetProperties.td
3 lldb_tablegen("TargetProperties") {9 td_file = "TargetProperties.td"16 ":TargetProperties",
80 class TargetProperties : public Properties {82 TargetProperties(Target *target);84 ~TargetProperties() override;468 public TargetProperties,582 static TargetProperties &GetGlobalProperties();
1072 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()1086 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
224 class TargetProperties; variable
208 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()235 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
1702 ->TargetProperties::GetPreferDynamicValue(), in Format()1704 ->TargetProperties::GetEnableSyntheticValue()); in Format()
1501 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()