Searched refs:TargetProperties (Results 1 – 8 of 8) sorted by relevance
89 : TargetProperties(this), in Target()2767 new TargetPropertiesSP(new TargetProperties(nullptr)); in GetGlobalProperties()3651 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties3709 TargetProperties::~TargetProperties() = default;3711 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()3724 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()3737 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()3748 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()3756 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()3763 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()[all …]
1 lldb_tablegen(TargetProperties.inc -gen-lldb-property-defs2 SOURCE TargetProperties.td6 SOURCE TargetProperties.td
73 class TargetProperties : public Properties {75 TargetProperties(Target *target);77 ~TargetProperties() override;438 public TargetProperties,
215 class TargetProperties; variable431 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP;
195 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()222 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
1699 ->TargetProperties::GetPreferDynamicValue(), in Format()1701 ->TargetProperties::GetEnableSyntheticValue()); in Format()
1502 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()
1104 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()1118 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()