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.cpp174 : TargetProperties(this), in Target()
3207 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties()
3210 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
3211 new TargetProperties(nullptr); in GetGlobalProperties()
4325 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4386 TargetProperties::~TargetProperties() = default;
4388 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
4401 std::optional<bool> TargetProperties::GetExperimentalPropertyValue( in GetExperimentalPropertyValue()
4412 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4418 bool TargetProperties::GetUseDIL(ExecutionContext *exe_ctx) const { in GetUseDIL()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h83 class TargetProperties : public Properties {
85 TargetProperties(Target *target);
87 ~TargetProperties() override;
523 public TargetProperties,
649 static TargetProperties &GetGlobalProperties();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1122 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1136 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h240 class TargetProperties; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp224 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
275 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
H A DFormatEntity.cpp2614 ->TargetProperties::GetPreferDynamicValue(), in PrettyPrintFunctionArguments()
2616 ->TargetProperties::GetEnableSyntheticValue()); in PrettyPrintFunctionArguments()
H A DModule.cpp1420 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()