• Home
  • Raw
  • Download

Lines Matching refs:TargetProperties

89     : 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()
3769 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue()
3776 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) { in SetPreferDynamicValue()
3781 bool TargetProperties::GetPreloadSymbols() const { in GetPreloadSymbols()
3787 void TargetProperties::SetPreloadSymbols(bool b) { in SetPreloadSymbols()
3792 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
3798 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
3803 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
3809 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
3814 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError()
3820 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError()
3825 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
3831 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
3836 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor()
3847 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
3853 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0()
3859 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0()
3865 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments()
3870 void TargetProperties::SetRunArguments(const Args &args) { in SetRunArguments()
3876 Environment TargetProperties::ComputeEnvironment() const { in ComputeEnvironment()
3905 Environment TargetProperties::GetEnvironment() const { in GetEnvironment()
3909 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment()
3915 bool TargetProperties::GetSkipPrologue() const { in GetSkipPrologue()
3921 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
3930 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths()
3939 FileSpecList TargetProperties::GetExecutableSearchPaths() { in GetExecutableSearchPaths()
3948 FileSpecList TargetProperties::GetDebugFileSearchPaths() { in GetDebugFileSearchPaths()
3957 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths()
3966 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules()
3972 bool TargetProperties::GetEnableImportStdModule() const { in GetEnableImportStdModule()
3978 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts()
3984 uint64_t TargetProperties::GetNumberOfRetriesWithFixits() const { in GetNumberOfRetriesWithFixits()
3990 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts()
3996 bool TargetProperties::GetEnableSaveObjects() const { in GetEnableSaveObjects()
4002 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue()
4008 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const { in GetMaxZeroPaddingInFloatFormat()
4014 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
4020 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary()
4026 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize()
4032 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath()
4037 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath()
4042 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath()
4047 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath()
4052 FileSpec TargetProperties::GetStandardErrorPath() const { in GetStandardErrorPath()
4057 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath()
4062 LanguageType TargetProperties::GetLanguage() const { in GetLanguage()
4071 llvm::StringRef TargetProperties::GetExpressionPrefixContents() { in GetExpressionPrefixContents()
4086 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit()
4092 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() { in GetBreakpointsConsultPlatformAvoidList()
4098 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates()
4104 bool TargetProperties::GetUseFastStepping() const { in GetUseFastStepping()
4110 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs()
4116 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const { in GetLoadScriptFromSymbolFile()
4123 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const { in GetLoadCWDlldbinitFile()
4129 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle()
4136 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const { in GetMemoryModuleLoadLevel()
4143 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames()
4148 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { in SetUserSpecifiedTrapHandlerNames()
4153 bool TargetProperties::GetDisplayRuntimeSupportValues() const { in GetDisplayRuntimeSupportValues()
4158 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) { in SetDisplayRuntimeSupportValues()
4163 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments()
4168 void TargetProperties::SetDisplayRecognizedArguments(bool b) { in SetDisplayRecognizedArguments()
4173 bool TargetProperties::GetNonStopModeEnabled() const { in GetNonStopModeEnabled()
4178 void TargetProperties::SetNonStopModeEnabled(bool b) { in SetNonStopModeEnabled()
4183 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() { in GetProcessLaunchInfo()
4188 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo()
4216 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints()
4222 void TargetProperties::SetRequireHardwareBreakpoints(bool b) { in SetRequireHardwareBreakpoints()
4227 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable()
4233 void TargetProperties::Arg0ValueChangedCallback() { in Arg0ValueChangedCallback()
4237 void TargetProperties::RunArgsValueChangedCallback() { in RunArgsValueChangedCallback()
4243 void TargetProperties::EnvVarsValueChangedCallback() { in EnvVarsValueChangedCallback()
4247 void TargetProperties::InputPathValueChangedCallback() { in InputPathValueChangedCallback()
4252 void TargetProperties::OutputPathValueChangedCallback() { in OutputPathValueChangedCallback()
4257 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback()
4262 void TargetProperties::DetachOnErrorValueChangedCallback() { in DetachOnErrorValueChangedCallback()
4269 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback()
4276 void TargetProperties::InheritTCCValueChangedCallback() { in InheritTCCValueChangedCallback()
4283 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback()