Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp85 : TargetProperties(this), in Target()
3588 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
3655 TargetProperties::~TargetProperties() = default;
4104 TargetProperties *this_ = in Arg0ValueChangedCallback()
4111 TargetProperties *this_ = in RunArgsValueChangedCallback()
4120 TargetProperties *this_ = in EnvVarsValueChangedCallback()
4127 TargetProperties *this_ = in InputPathValueChangedCallback()
4135 TargetProperties *this_ = in OutputPathValueChangedCallback()
4143 TargetProperties *this_ = in ErrorPathValueChangedCallback()
4151 TargetProperties *this_ = in DetachOnErrorValueChangedCallback()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h74 class TargetProperties : public Properties {
76 TargetProperties(Target *target);
78 ~TargetProperties() override;
429 public TargetProperties,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h251 class TargetProperties; variable
460 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp328 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
350 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
H A DFormatEntity.cpp1703 ->TargetProperties::GetPreferDynamicValue(), in Format()
1705 ->TargetProperties::GetEnableSyntheticValue()); in Format()
H A DModule.cpp1514 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1231 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1245 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2100 target->TargetProperties::GetLoadCWDlldbinitFile(); in SourceInitFile()