Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp89 : TargetProperties(this), in Target()
2775 new TargetPropertiesSP(new TargetProperties(nullptr)); in GetGlobalProperties()
3730 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
3788 TargetProperties::~TargetProperties() = default;
3790 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
3803 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
3816 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()
3827 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
3835 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
3842 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h77 class TargetProperties : public Properties {
79 TargetProperties(Target *target);
81 ~TargetProperties() override;
446 public TargetProperties,
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/
Dlldb-forward.h216 class TargetProperties; variable
435 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DDebugger.cpp196 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
223 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
DFormatEntity.cpp1703 ->TargetProperties::GetPreferDynamicValue(), in Format()
1705 ->TargetProperties::GetEnableSyntheticValue()); in Format()
DModule.cpp1488 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBValue.cpp1104 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1118 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()