Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTarget.cpp92 : 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 TargetProperties
4010 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 …]
H A DCMakeLists.txt1 lldb_tablegen(TargetProperties.inc -gen-lldb-property-defs
2 SOURCE TargetProperties.td
6 SOURCE TargetProperties.td
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn3 lldb_tablegen("TargetProperties") {
9 td_file = "TargetProperties.td"
16 ":TargetProperties",
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTarget.h80 class TargetProperties : public Properties {
82 TargetProperties(Target *target);
84 ~TargetProperties() override;
468 public TargetProperties,
582 static TargetProperties &GetGlobalProperties();
/llvm-project-15.0.7/lldb/source/API/
H A DSBValue.cpp1072 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1086 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h224 class TargetProperties; variable
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp208 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
235 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
H A DFormatEntity.cpp1702 ->TargetProperties::GetPreferDynamicValue(), in Format()
1704 ->TargetProperties::GetEnableSyntheticValue()); in Format()
H A DModule.cpp1501 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()