Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp89 : TargetProperties(this), in Target()
3730 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
3788 TargetProperties::~TargetProperties() = default;
3803 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
3871 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
3877 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
3882 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
3888 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
3904 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
3910 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h77 class TargetProperties : public Properties {
79 TargetProperties(Target *target);
81 ~TargetProperties() override;
446 public TargetProperties,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h216 class TargetProperties; variable
435 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP;
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp196 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
223 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
H A DFormatEntity.cpp1703 ->TargetProperties::GetPreferDynamicValue(), in Format()
1705 ->TargetProperties::GetEnableSyntheticValue()); in Format()
H A DModule.cpp1488 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1104 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1118 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()