Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/clang/include/lldb/Target/
H A DMakefile7 DEFS= TargetProperties.inc TargetPropertiesEnum.inc
17 TargetProperties.inc: ${LLDB_SRCS}/source/Target/TargetProperties.td
22 TargetPropertiesEnum.inc: ${LLDB_SRCS}/source/Target/TargetProperties.td
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp94 : TargetProperties(this), in Target()
2946 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties()
2949 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
2950 new TargetProperties(nullptr); in GetGlobalProperties()
4045 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4107 TargetProperties::~TargetProperties() = default;
4109 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
4122 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4135 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()
4146 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
[all …]
H A DCMakeLists.txt1 lldb_tablegen(TargetProperties.inc -gen-lldb-property-defs
2 SOURCE TargetProperties.td
6 SOURCE TargetProperties.td
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn3 lldb_tablegen("TargetProperties") {
9 td_file = "TargetProperties.td"
16 ":TargetProperties",
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h80 class TargetProperties : public Properties {
82 TargetProperties(Target *target);
84 ~TargetProperties() override;
470 public TargetProperties,
585 static TargetProperties &GetGlobalProperties();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBValue.cpp1072 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1086 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h226 class TargetProperties; variable
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp220 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
247 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
H A DFormatEntity.cpp2436 ->TargetProperties::GetPreferDynamicValue(), in PrettyPrintFunctionArguments()
2438 ->TargetProperties::GetEnableSyntheticValue()); in PrettyPrintFunctionArguments()
H A DModule.cpp1483 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()