Lines Matching refs:TargetProperties

92     : TargetProperties(this),  in Target()
2850 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties()
2853 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
2854 new TargetProperties(nullptr); in GetGlobalProperties()
3948 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4010 TargetProperties::~TargetProperties() = default;
4012 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
4025 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4038 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()
4049 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
4057 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
4064 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()
4070 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue()
4077 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) { in SetPreferDynamicValue()
4082 bool TargetProperties::GetPreloadSymbols() const { in GetPreloadSymbols()
4088 void TargetProperties::SetPreloadSymbols(bool b) { in SetPreloadSymbols()
4093 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
4099 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
4104 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
4110 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
4115 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError()
4121 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError()
4126 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
4132 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
4137 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor()
4148 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
4154 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0()
4160 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0()
4166 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments()
4171 void TargetProperties::SetRunArguments(const Args &args) { in SetRunArguments()
4177 Environment TargetProperties::ComputeEnvironment() const { in ComputeEnvironment()
4206 Environment TargetProperties::GetEnvironment() const { in GetEnvironment()
4210 Environment TargetProperties::GetInheritedEnvironment() const { in GetInheritedEnvironment()
4238 Environment TargetProperties::GetTargetEnvironment() const { in GetTargetEnvironment()
4249 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment()
4255 bool TargetProperties::GetSkipPrologue() const { in GetSkipPrologue()
4261 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
4270 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths()
4279 FileSpecList TargetProperties::GetExecutableSearchPaths() { in GetExecutableSearchPaths()
4288 FileSpecList TargetProperties::GetDebugFileSearchPaths() { in GetDebugFileSearchPaths()
4297 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths()
4306 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules()
4312 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4318 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4325 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts()
4331 uint64_t TargetProperties::GetNumberOfRetriesWithFixits() const { in GetNumberOfRetriesWithFixits()
4337 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts()
4343 FileSpec TargetProperties::GetSaveJITObjectsDir() const { in GetSaveJITObjectsDir()
4348 void TargetProperties::CheckJITObjectsDir() { in CheckJITObjectsDir()
4381 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue()
4387 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const { in GetMaxZeroPaddingInFloatFormat()
4393 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
4400 TargetProperties::GetMaximumDepthOfChildrenToDisplay() const { in GetMaximumDepthOfChildrenToDisplay()
4408 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary()
4414 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize()
4420 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath()
4425 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath()
4430 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath()
4435 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath()
4440 FileSpec TargetProperties::GetStandardErrorPath() const { in GetStandardErrorPath()
4445 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath()
4450 LanguageType TargetProperties::GetLanguage() const { in GetLanguage()
4459 llvm::StringRef TargetProperties::GetExpressionPrefixContents() { in GetExpressionPrefixContents()
4474 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit()
4480 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() { in GetBreakpointsConsultPlatformAvoidList()
4486 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates()
4492 bool TargetProperties::GetUseFastStepping() const { in GetUseFastStepping()
4498 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs()
4504 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const { in GetLoadScriptFromSymbolFile()
4511 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const { in GetLoadCWDlldbinitFile()
4517 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle()
4524 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const { in GetMemoryModuleLoadLevel()
4531 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames()
4536 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { in SetUserSpecifiedTrapHandlerNames()
4541 bool TargetProperties::GetDisplayRuntimeSupportValues() const { in GetDisplayRuntimeSupportValues()
4546 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) { in SetDisplayRuntimeSupportValues()
4551 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments()
4556 void TargetProperties::SetDisplayRecognizedArguments(bool b) { in SetDisplayRecognizedArguments()
4561 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const { in GetProcessLaunchInfo()
4565 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo()
4593 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints()
4599 void TargetProperties::SetRequireHardwareBreakpoints(bool b) { in SetRequireHardwareBreakpoints()
4604 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable()
4610 void TargetProperties::Arg0ValueChangedCallback() { in Arg0ValueChangedCallback()
4614 void TargetProperties::RunArgsValueChangedCallback() { in RunArgsValueChangedCallback()
4620 void TargetProperties::EnvVarsValueChangedCallback() { in EnvVarsValueChangedCallback()
4624 void TargetProperties::InputPathValueChangedCallback() { in InputPathValueChangedCallback()
4629 void TargetProperties::OutputPathValueChangedCallback() { in OutputPathValueChangedCallback()
4634 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback()
4639 void TargetProperties::DetachOnErrorValueChangedCallback() { in DetachOnErrorValueChangedCallback()
4646 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback()
4653 void TargetProperties::InheritTCCValueChangedCallback() { in InheritTCCValueChangedCallback()
4660 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback()
4667 bool TargetProperties::GetDebugUtilityExpression() const { in GetDebugUtilityExpression()
4673 void TargetProperties::SetDebugUtilityExpression(bool debug) { in SetDebugUtilityExpression()