Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp96 : TargetProperties(this), in Target()
3063 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
3064 new TargetProperties(nullptr); in GetGlobalProperties()
4160 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4221 TargetProperties::~TargetProperties() = default;
4236 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4303 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
4314 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
4320 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
4553 void TargetProperties::CheckJITObjectsDir() { in CheckJITObjectsDir()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h80 class TargetProperties : public Properties {
82 TargetProperties(Target *target);
84 ~TargetProperties() override;
480 public TargetProperties,
606 static TargetProperties &GetGlobalProperties();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1066 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1080 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h231 class TargetProperties; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp218 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
254 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
H A DFormatEntity.cpp2425 ->TargetProperties::GetPreferDynamicValue(), in PrettyPrintFunctionArguments()
2427 ->TargetProperties::GetEnableSyntheticValue()); in PrettyPrintFunctionArguments()
H A DModule.cpp1434 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()