Lines Matching refs:TargetProperties

94     : TargetProperties(this),  in Target()
2946 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties()
2949 static TargetProperties *g_settings_ptr = in GetGlobalProperties()
2950 new TargetProperties(nullptr); in GetGlobalProperties()
4045 TargetProperties::TargetProperties(Target *target) in TargetProperties() function in TargetProperties
4107 TargetProperties::~TargetProperties() = default;
4109 void TargetProperties::UpdateLaunchInfoFromProperties() { in UpdateLaunchInfoFromProperties()
4122 bool TargetProperties::GetInjectLocalVariables( in GetInjectLocalVariables()
4135 void TargetProperties::SetInjectLocalVariables(ExecutionContext *exe_ctx, in SetInjectLocalVariables()
4146 ArchSpec TargetProperties::GetDefaultArchitecture() const { in GetDefaultArchitecture()
4154 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) { in SetDefaultArchitecture()
4161 bool TargetProperties::GetMoveToNearestCode() const { in GetMoveToNearestCode()
4167 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const { in GetPreferDynamicValue()
4174 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) { in SetPreferDynamicValue()
4179 bool TargetProperties::GetPreloadSymbols() const { in GetPreloadSymbols()
4185 void TargetProperties::SetPreloadSymbols(bool b) { in SetPreloadSymbols()
4190 bool TargetProperties::GetDisableASLR() const { in GetDisableASLR()
4196 void TargetProperties::SetDisableASLR(bool b) { in SetDisableASLR()
4201 bool TargetProperties::GetInheritTCC() const { in GetInheritTCC()
4207 void TargetProperties::SetInheritTCC(bool b) { in SetInheritTCC()
4212 bool TargetProperties::GetDetachOnError() const { in GetDetachOnError()
4218 void TargetProperties::SetDetachOnError(bool b) { in SetDetachOnError()
4223 bool TargetProperties::GetDisableSTDIO() const { in GetDisableSTDIO()
4229 void TargetProperties::SetDisableSTDIO(bool b) { in SetDisableSTDIO()
4234 const char *TargetProperties::GetDisassemblyFlavor() const { in GetDisassemblyFlavor()
4245 InlineStrategy TargetProperties::GetInlineStrategy() const { in GetInlineStrategy()
4251 llvm::StringRef TargetProperties::GetArg0() const { in GetArg0()
4257 void TargetProperties::SetArg0(llvm::StringRef arg) { in SetArg0()
4263 bool TargetProperties::GetRunArguments(Args &args) const { in GetRunArguments()
4268 void TargetProperties::SetRunArguments(const Args &args) { in SetRunArguments()
4274 Environment TargetProperties::ComputeEnvironment() const { in ComputeEnvironment()
4303 Environment TargetProperties::GetEnvironment() const { in GetEnvironment()
4307 Environment TargetProperties::GetInheritedEnvironment() const { in GetInheritedEnvironment()
4335 Environment TargetProperties::GetTargetEnvironment() const { in GetTargetEnvironment()
4346 void TargetProperties::SetEnvironment(Environment env) { in SetEnvironment()
4352 bool TargetProperties::GetSkipPrologue() const { in GetSkipPrologue()
4358 PathMappingList &TargetProperties::GetSourcePathMap() const { in GetSourcePathMap()
4367 bool TargetProperties::GetAutoSourceMapRelative() const { in GetAutoSourceMapRelative()
4373 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) { in AppendExecutableSearchPaths()
4382 FileSpecList TargetProperties::GetExecutableSearchPaths() { in GetExecutableSearchPaths()
4391 FileSpecList TargetProperties::GetDebugFileSearchPaths() { in GetDebugFileSearchPaths()
4400 FileSpecList TargetProperties::GetClangModuleSearchPaths() { in GetClangModuleSearchPaths()
4409 bool TargetProperties::GetEnableAutoImportClangModules() const { in GetEnableAutoImportClangModules()
4415 ImportStdModule TargetProperties::GetImportStdModule() const { in GetImportStdModule()
4421 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const { in GetDynamicClassInfoHelper()
4428 bool TargetProperties::GetEnableAutoApplyFixIts() const { in GetEnableAutoApplyFixIts()
4434 uint64_t TargetProperties::GetNumberOfRetriesWithFixits() const { in GetNumberOfRetriesWithFixits()
4440 bool TargetProperties::GetEnableNotifyAboutFixIts() const { in GetEnableNotifyAboutFixIts()
4446 FileSpec TargetProperties::GetSaveJITObjectsDir() const { in GetSaveJITObjectsDir()
4451 void TargetProperties::CheckJITObjectsDir() { in CheckJITObjectsDir()
4484 bool TargetProperties::GetEnableSyntheticValue() const { in GetEnableSyntheticValue()
4490 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const { in GetMaxZeroPaddingInFloatFormat()
4496 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const { in GetMaximumNumberOfChildrenToDisplay()
4503 TargetProperties::GetMaximumDepthOfChildrenToDisplay() const { in GetMaximumDepthOfChildrenToDisplay()
4511 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const { in GetMaximumSizeOfStringSummary()
4517 uint32_t TargetProperties::GetMaximumMemReadSize() const { in GetMaximumMemReadSize()
4523 FileSpec TargetProperties::GetStandardInputPath() const { in GetStandardInputPath()
4528 void TargetProperties::SetStandardInputPath(llvm::StringRef path) { in SetStandardInputPath()
4533 FileSpec TargetProperties::GetStandardOutputPath() const { in GetStandardOutputPath()
4538 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) { in SetStandardOutputPath()
4543 FileSpec TargetProperties::GetStandardErrorPath() const { in GetStandardErrorPath()
4548 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) { in SetStandardErrorPath()
4553 LanguageType TargetProperties::GetLanguage() const { in GetLanguage()
4562 llvm::StringRef TargetProperties::GetExpressionPrefixContents() { in GetExpressionPrefixContents()
4577 uint64_t TargetProperties::GetExprErrorLimit() const { in GetExprErrorLimit()
4583 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() { in GetBreakpointsConsultPlatformAvoidList()
4589 bool TargetProperties::GetUseHexImmediates() const { in GetUseHexImmediates()
4595 bool TargetProperties::GetUseFastStepping() const { in GetUseFastStepping()
4601 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const { in GetDisplayExpressionsInCrashlogs()
4607 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const { in GetLoadScriptFromSymbolFile()
4614 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const { in GetLoadCWDlldbinitFile()
4620 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const { in GetHexImmediateStyle()
4627 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const { in GetMemoryModuleLoadLevel()
4634 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const { in GetUserSpecifiedTrapHandlerNames()
4639 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) { in SetUserSpecifiedTrapHandlerNames()
4644 bool TargetProperties::GetDisplayRuntimeSupportValues() const { in GetDisplayRuntimeSupportValues()
4649 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) { in SetDisplayRuntimeSupportValues()
4654 bool TargetProperties::GetDisplayRecognizedArguments() const { in GetDisplayRecognizedArguments()
4659 void TargetProperties::SetDisplayRecognizedArguments(bool b) { in SetDisplayRecognizedArguments()
4664 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const { in GetProcessLaunchInfo()
4668 void TargetProperties::SetProcessLaunchInfo( in SetProcessLaunchInfo()
4696 bool TargetProperties::GetRequireHardwareBreakpoints() const { in GetRequireHardwareBreakpoints()
4702 void TargetProperties::SetRequireHardwareBreakpoints(bool b) { in SetRequireHardwareBreakpoints()
4707 bool TargetProperties::GetAutoInstallMainExecutable() const { in GetAutoInstallMainExecutable()
4713 void TargetProperties::Arg0ValueChangedCallback() { in Arg0ValueChangedCallback()
4717 void TargetProperties::RunArgsValueChangedCallback() { in RunArgsValueChangedCallback()
4723 void TargetProperties::EnvVarsValueChangedCallback() { in EnvVarsValueChangedCallback()
4727 void TargetProperties::InputPathValueChangedCallback() { in InputPathValueChangedCallback()
4732 void TargetProperties::OutputPathValueChangedCallback() { in OutputPathValueChangedCallback()
4737 void TargetProperties::ErrorPathValueChangedCallback() { in ErrorPathValueChangedCallback()
4742 void TargetProperties::DetachOnErrorValueChangedCallback() { in DetachOnErrorValueChangedCallback()
4749 void TargetProperties::DisableASLRValueChangedCallback() { in DisableASLRValueChangedCallback()
4756 void TargetProperties::InheritTCCValueChangedCallback() { in InheritTCCValueChangedCallback()
4763 void TargetProperties::DisableSTDIOValueChangedCallback() { in DisableSTDIOValueChangedCallback()
4770 bool TargetProperties::GetDebugUtilityExpression() const { in GetDebugUtilityExpression()
4776 void TargetProperties::SetDebugUtilityExpression(bool debug) { in SetDebugUtilityExpression()