Lines Matching refs:TargetProperties

97     : TargetProperties(this),  in Target()
3048 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties()
3051 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
3052 new TargetProperties(nullptr); in GetGlobalProperties()
4148 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4209 TargetProperties::~TargetProperties() = default;
4211 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
4224 std::optional<bool> TargetProperties::GetExperimentalPropertyValue( in GetExperimentalPropertyValue()
4235 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4241 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
4246 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
4251 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()
4257 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue()
4264 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) { in SetPreferDynamicValue()
4269 bool TargetProperties::GetPreloadSymbols() const { in GetPreloadSymbols()
4279 void TargetProperties::SetPreloadSymbols(bool b) { in SetPreloadSymbols()
4284 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
4290 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
4295 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
4301 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
4306 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError()
4312 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError()
4317 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
4323 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
4328 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor()
4341 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
4348 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0()
4354 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0()
4360 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments()
4365 void TargetProperties::SetRunArguments(const Args &args) { in SetRunArguments()
4371 Environment TargetProperties::ComputeEnvironment() const { in ComputeEnvironment()
4399 Environment TargetProperties::GetEnvironment() const { in GetEnvironment()
4403 Environment TargetProperties::GetInheritedEnvironment() const { in GetInheritedEnvironment()
4431 Environment TargetProperties::GetTargetEnvironment() const { in GetTargetEnvironment()
4442 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment()
4448 bool TargetProperties::GetSkipPrologue() const { in GetSkipPrologue()
4454 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
4462 bool TargetProperties::GetAutoSourceMapRelative() const { in GetAutoSourceMapRelative()
4468 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths()
4476 FileSpecList TargetProperties::GetExecutableSearchPaths() { in GetExecutableSearchPaths()
4481 FileSpecList TargetProperties::GetDebugFileSearchPaths() { in GetDebugFileSearchPaths()
4486 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths()
4491 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules()
4497 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4504 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4511 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts()
4517 uint64_t TargetProperties::GetNumberOfRetriesWithFixits() const { in GetNumberOfRetriesWithFixits()
4523 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts()
4529 FileSpec TargetProperties::GetSaveJITObjectsDir() const { in GetSaveJITObjectsDir()
4534 void TargetProperties::CheckJITObjectsDir() { in CheckJITObjectsDir()
4567 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue()
4573 bool TargetProperties::ShowHexVariableValuesWithLeadingZeroes() const { in ShowHexVariableValuesWithLeadingZeroes()
4579 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const { in GetMaxZeroPaddingInFloatFormat()
4585 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
4592 TargetProperties::GetMaximumDepthOfChildrenToDisplay() const { in GetMaximumDepthOfChildrenToDisplay()
4600 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary()
4606 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize()
4612 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath()
4617 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath()
4622 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath()
4627 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath()
4632 FileSpec TargetProperties::GetStandardErrorPath() const { in GetStandardErrorPath()
4637 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath()
4642 SourceLanguage TargetProperties::GetLanguage() const { in GetLanguage()
4647 llvm::StringRef TargetProperties::GetExpressionPrefixContents() { in GetExpressionPrefixContents()
4661 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit()
4667 uint64_t TargetProperties::GetExprAllocAddress() const { in GetExprAllocAddress()
4673 uint64_t TargetProperties::GetExprAllocSize() const { in GetExprAllocSize()
4679 uint64_t TargetProperties::GetExprAllocAlign() const { in GetExprAllocAlign()
4685 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() { in GetBreakpointsConsultPlatformAvoidList()
4691 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates()
4697 bool TargetProperties::GetUseFastStepping() const { in GetUseFastStepping()
4703 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs()
4709 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const { in GetLoadScriptFromSymbolFile()
4716 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const { in GetLoadCWDlldbinitFile()
4723 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle()
4730 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const { in GetMemoryModuleLoadLevel()
4737 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames()
4742 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { in SetUserSpecifiedTrapHandlerNames()
4747 bool TargetProperties::GetDisplayRuntimeSupportValues() const { in GetDisplayRuntimeSupportValues()
4753 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) { in SetDisplayRuntimeSupportValues()
4758 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments()
4764 void TargetProperties::SetDisplayRecognizedArguments(bool b) { in SetDisplayRecognizedArguments()
4769 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const { in GetProcessLaunchInfo()
4773 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo()
4801 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints()
4807 void TargetProperties::SetRequireHardwareBreakpoints(bool b) { in SetRequireHardwareBreakpoints()
4812 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable()
4818 void TargetProperties::Arg0ValueChangedCallback() { in Arg0ValueChangedCallback()
4822 void TargetProperties::RunArgsValueChangedCallback() { in RunArgsValueChangedCallback()
4828 void TargetProperties::EnvVarsValueChangedCallback() { in EnvVarsValueChangedCallback()
4832 void TargetProperties::InputPathValueChangedCallback() { in InputPathValueChangedCallback()
4837 void TargetProperties::OutputPathValueChangedCallback() { in OutputPathValueChangedCallback()
4842 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback()
4847 void TargetProperties::DetachOnErrorValueChangedCallback() { in DetachOnErrorValueChangedCallback()
4854 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback()
4861 void TargetProperties::InheritTCCValueChangedCallback() { in InheritTCCValueChangedCallback()
4868 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback()
4875 bool TargetProperties::GetDebugUtilityExpression() const { in GetDebugUtilityExpression()
4881 void TargetProperties::SetDebugUtilityExpression(bool debug) { in SetDebugUtilityExpression()