Searched refs:TargetProperties (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp63 TargetProperties (this),
2262 // class TargetProperties
2514 TargetProperties::TargetProperties (Target *target) : function in class:TargetProperties
2532 TargetProperties::~TargetProperties ()
2536 TargetProperties::GetDefaultArchitecture () const
2545 TargetProperties::SetDefaultArchitecture (const ArchSpec& arch)
2553 TargetProperties::GetPreferDynamicValue() const
2560 TargetProperties
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h59 // TargetProperties
61 class TargetProperties : public Properties class in namespace:lldb_private
64 TargetProperties(Target *target);
67 ~TargetProperties();
179 typedef std::shared_ptr<TargetProperties> TargetPropertiesSP;
316 public TargetProperties,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1305 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue();
1323 bool use_synthetic = target_sp->TargetProperties::GetEnableSyntheticValue();
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp182 load_script_old_value = target_sp->TargetProperties::GetLoadScriptFromSymbolFile();
204 if (target_sp->TargetProperties::GetLoadScriptFromSymbolFile() == eLoadScriptFromSymFileTrue)
H A DModule.cpp1328 LoadScriptFromSymFile shoud_load = target->TargetProperties::GetLoadScriptFromSymbolFile();

Completed in 230 milliseconds