Lines Matching refs:TargetProperties
89 : 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()
3848 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue()
3855 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) { in SetPreferDynamicValue()
3860 bool TargetProperties::GetPreloadSymbols() const { in GetPreloadSymbols()
3866 void TargetProperties::SetPreloadSymbols(bool b) { in SetPreloadSymbols()
3871 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
3877 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
3882 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
3888 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
3893 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError()
3899 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError()
3904 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
3910 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
3915 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor()
3926 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
3932 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0()
3938 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0()
3944 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments()
3949 void TargetProperties::SetRunArguments(const Args &args) { in SetRunArguments()
3955 Environment TargetProperties::ComputeEnvironment() const { in ComputeEnvironment()
3984 Environment TargetProperties::GetEnvironment() const { in GetEnvironment()
3988 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment()
3994 bool TargetProperties::GetSkipPrologue() const { in GetSkipPrologue()
4000 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
4009 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths()
4018 FileSpecList TargetProperties::GetExecutableSearchPaths() { in GetExecutableSearchPaths()
4027 FileSpecList TargetProperties::GetDebugFileSearchPaths() { in GetDebugFileSearchPaths()
4036 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths()
4045 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules()
4051 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4057 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts()
4063 uint64_t TargetProperties::GetNumberOfRetriesWithFixits() const { in GetNumberOfRetriesWithFixits()
4069 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts()
4075 bool TargetProperties::GetEnableSaveObjects() const { in GetEnableSaveObjects()
4081 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue()
4087 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const { in GetMaxZeroPaddingInFloatFormat()
4093 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
4099 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary()
4105 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize()
4111 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath()
4116 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath()
4121 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath()
4126 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath()
4131 FileSpec TargetProperties::GetStandardErrorPath() const { in GetStandardErrorPath()
4136 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath()
4141 LanguageType TargetProperties::GetLanguage() const { in GetLanguage()
4150 llvm::StringRef TargetProperties::GetExpressionPrefixContents() { in GetExpressionPrefixContents()
4165 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit()
4171 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() { in GetBreakpointsConsultPlatformAvoidList()
4177 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates()
4183 bool TargetProperties::GetUseFastStepping() const { in GetUseFastStepping()
4189 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs()
4195 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const { in GetLoadScriptFromSymbolFile()
4202 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const { in GetLoadCWDlldbinitFile()
4208 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle()
4215 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const { in GetMemoryModuleLoadLevel()
4222 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames()
4227 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { in SetUserSpecifiedTrapHandlerNames()
4232 bool TargetProperties::GetDisplayRuntimeSupportValues() const { in GetDisplayRuntimeSupportValues()
4237 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) { in SetDisplayRuntimeSupportValues()
4242 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments()
4247 void TargetProperties::SetDisplayRecognizedArguments(bool b) { in SetDisplayRecognizedArguments()
4252 bool TargetProperties::GetNonStopModeEnabled() const { in GetNonStopModeEnabled()
4257 void TargetProperties::SetNonStopModeEnabled(bool b) { in SetNonStopModeEnabled()
4262 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const { in GetProcessLaunchInfo()
4266 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo()
4294 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints()
4300 void TargetProperties::SetRequireHardwareBreakpoints(bool b) { in SetRequireHardwareBreakpoints()
4305 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable()
4311 void TargetProperties::Arg0ValueChangedCallback() { in Arg0ValueChangedCallback()
4315 void TargetProperties::RunArgsValueChangedCallback() { in RunArgsValueChangedCallback()
4321 void TargetProperties::EnvVarsValueChangedCallback() { in EnvVarsValueChangedCallback()
4325 void TargetProperties::InputPathValueChangedCallback() { in InputPathValueChangedCallback()
4330 void TargetProperties::OutputPathValueChangedCallback() { in OutputPathValueChangedCallback()
4335 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback()
4340 void TargetProperties::DetachOnErrorValueChangedCallback() { in DetachOnErrorValueChangedCallback()
4347 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback()
4354 void TargetProperties::InheritTCCValueChangedCallback() { in InheritTCCValueChangedCallback()
4361 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback()
4368 bool TargetProperties::GetDebugUtilityExpression() const { in GetDebugUtilityExpression()
4374 void TargetProperties::SetDebugUtilityExpression(bool debug) { in SetDebugUtilityExpression()