Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DTarget.cpp89 : TargetProperties(this), in Target()
2767 new TargetPropertiesSP(new TargetProperties(nullptr)); in GetGlobalProperties()
3651 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
3709 TargetProperties::~TargetProperties() = default;
3711 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
3724 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
3737 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()
3748 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
3756 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
3763 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()
[all …]
DCMakeLists.txt1 lldb_tablegen(TargetProperties.inc -gen-lldb-property-defs
2 SOURCE TargetProperties.td
6 SOURCE TargetProperties.td
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h73 class TargetProperties : public Properties {
75 TargetProperties(Target *target);
77 ~TargetProperties() override;
438 public TargetProperties,
/external/llvm-project/lldb/include/lldb/
Dlldb-forward.h215 class TargetProperties; variable
431 typedef std::shared_ptr<lldb_private::TargetProperties> TargetPropertiesSP;
/external/llvm-project/lldb/source/Core/
DDebugger.cpp195 target_sp->TargetProperties::GetLoadScriptFromSymbolFile(); in SetPropertyValue()
222 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == in SetPropertyValue()
DFormatEntity.cpp1699 ->TargetProperties::GetPreferDynamicValue(), in Format()
1701 ->TargetProperties::GetEnableSyntheticValue()); in Format()
DModule.cpp1502 target->TargetProperties::GetLoadScriptFromSymbolFile(); in LoadScriptingResourceInTarget()
/external/llvm-project/lldb/source/API/
DSBValue.cpp1104 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()
1118 target_sp->TargetProperties::GetEnableSyntheticValue(); in SetSP()