Home
last modified time | relevance | path

Searched refs:TargetProperties (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp97 : TargetProperties(this), in Target()
3048 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties()
3051 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
3052 new TargetProperties(nullptr); in GetGlobalProperties()
4148 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4209 TargetProperties::~TargetProperties() = default;
4211 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
4224 std::optional<bool> TargetProperties::GetExperimentalPropertyValue( in GetExperimentalPropertyValue()
4235 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4241 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h80 class TargetProperties : public Properties {
82 TargetProperties(Target *target);
84 ~TargetProperties() override;
491 public TargetProperties,
617 static TargetProperties &GetGlobalProperties();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1103 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1117 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h235 class TargetProperties; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp219 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
255 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
H A DFormatEntity.cpp2474 ->TargetProperties::GetPreferDynamicValue(), in PrettyPrintFunctionArguments()
2476 ->TargetProperties::GetEnableSyntheticValue()); in PrettyPrintFunctionArguments()
H A DModule.cpp1431 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()