Lines Matching defs:TargetProperties

173     : TargetProperties(this),
3189 TargetProperties &Target::GetGlobalProperties() {
3192 static TargetProperties *g_settings_ptr =
3193 new TargetProperties(nullptr);
4241 #include "TargetProperties.inc"
4274 // TargetProperties
4276 #include "TargetProperties.inc"
4297 // TargetProperties
4298 TargetProperties::TargetProperties(Target *target)
4359 TargetProperties::~TargetProperties() = default;
4361 void TargetProperties::UpdateLaunchInfoFromProperties() {
4374 std::optional<bool> TargetProperties::GetExperimentalPropertyValue(
4385 bool TargetProperties::GetInjectLocalVariables(
4391 bool TargetProperties::GetUseDIL(ExecutionContext *exe_ctx) const {
4403 void TargetProperties::SetUseDIL(ExecutionContext *exe_ctx, bool b) {
4412 ArchSpec TargetProperties::GetDefaultArchitecture() const {
4417 void TargetProperties::SetDefaultArchitecture(const ArchSpec &arch) {
4422 bool TargetProperties::GetMoveToNearestCode() const {
4428 lldb::DynamicValueType TargetProperties::GetPreferDynamicValue() const {
4435 bool TargetProperties::SetPreferDynamicValue(lldb::DynamicValueType d) {
4440 bool TargetProperties::GetPreloadSymbols() const {
4450 void TargetProperties::SetPreloadSymbols(bool b) {
4455 bool TargetProperties::GetDisableASLR() const {
4461 void TargetProperties::SetDisableASLR(bool b) {
4466 bool TargetProperties::GetInheritTCC() const {
4472 void TargetProperties::SetInheritTCC(bool b) {
4477 bool TargetProperties::GetDetachOnError() const {
4483 void TargetProperties::SetDetachOnError(bool b) {
4488 bool TargetProperties::GetDisableSTDIO() const {
4494 void TargetProperties::SetDisableSTDIO(bool b) {
4498 llvm::StringRef TargetProperties::GetLaunchWorkingDirectory() const {
4504 const char *TargetProperties::GetDisassemblyFlavor() const {
4517 const char *TargetProperties::GetDisassemblyCPU() const {
4524 const char *TargetProperties::GetDisassemblyFeatures() const {
4531 InlineStrategy TargetProperties::GetInlineStrategy() const {
4540 RealpathPrefixes TargetProperties::GetSourceRealpathPrefixes() const {
4545 llvm::StringRef TargetProperties::GetArg0() const {
4551 void TargetProperties::SetArg0(llvm::StringRef arg) {
4557 bool TargetProperties::GetRunArguments(Args &args) const {
4562 void TargetProperties::SetRunArguments(const Args &args) {
4568 Environment TargetProperties::ComputeEnvironment() const {
4596 Environment TargetProperties::GetEnvironment() const {
4600 Environment TargetProperties::GetInheritedEnvironment() const {
4628 Environment TargetProperties::GetTargetEnvironment() const {
4639 void TargetProperties::SetEnvironment(Environment env) {
4645 bool TargetProperties::GetSkipPrologue() const {
4651 PathMappingList &TargetProperties::GetSourcePathMap() const {
4659 PathMappingList &TargetProperties::GetObjectPathMap() const {
4667 bool TargetProperties::GetAutoSourceMapRelative() const {
4673 void TargetProperties::AppendExecutableSearchPaths(const FileSpec &dir) {
4681 FileSpecList TargetProperties::GetExecutableSearchPaths() {
4686 FileSpecList TargetProperties::GetDebugFileSearchPaths() {
4691 FileSpecList TargetProperties::GetClangModuleSearchPaths() {
4696 bool TargetProperties::GetEnableAutoImportClangModules() const {
4702 ImportStdModule TargetProperties::GetImportStdModule() const {
4709 DynamicClassInfoHelper TargetProperties::GetDynamicClassInfoHelper() const {
4716 bool TargetProperties::GetEnableAutoApplyFixIts() const {
4722 uint64_t TargetProperties::GetNumberOfRetriesWithFixits() const {
4728 bool TargetProperties::GetEnableNotifyAboutFixIts() const {
4734 FileSpec TargetProperties::GetSaveJITObjectsDir() const {
4739 void TargetProperties::CheckJITObjectsDir() {
4772 bool TargetProperties::GetEnableSyntheticValue() const {
4778 bool TargetProperties::ShowHexVariableValuesWithLeadingZeroes() const {
4784 uint32_t TargetProperties::GetMaxZeroPaddingInFloatFormat() const {
4790 uint32_t TargetProperties::GetMaximumNumberOfChildrenToDisplay() const {
4797 TargetProperties::GetMaximumDepthOfChildrenToDisplay() const {
4805 uint32_t TargetProperties::GetMaximumSizeOfStringSummary() const {
4811 uint32_t TargetProperties::GetMaximumMemReadSize() const {
4817 FileSpec TargetProperties::GetStandardInputPath() const {
4822 void TargetProperties::SetStandardInputPath(llvm::StringRef path) {
4827 FileSpec TargetProperties::GetStandardOutputPath() const {
4832 void TargetProperties::SetStandardOutputPath(llvm::StringRef path) {
4837 FileSpec TargetProperties::GetStandardErrorPath() const {
4842 void TargetProperties::SetStandardErrorPath(llvm::StringRef path) {
4847 SourceLanguage TargetProperties::GetLanguage() const {
4852 llvm::StringRef TargetProperties::GetExpressionPrefixContents() {
4866 uint64_t TargetProperties::GetExprErrorLimit() const {
4872 uint64_t TargetProperties::GetExprAllocAddress() const {
4878 uint64_t TargetProperties::GetExprAllocSize() const {
4884 uint64_t TargetProperties::GetExprAllocAlign() const {
4890 bool TargetProperties::GetBreakpointsConsultPlatformAvoidList() {
4896 bool TargetProperties::GetUseHexImmediates() const {
4902 bool TargetProperties::GetUseFastStepping() const {
4908 bool TargetProperties::GetDisplayExpressionsInCrashlogs() const {
4914 LoadScriptFromSymFile TargetProperties::GetLoadScriptFromSymbolFile() const {
4921 LoadCWDlldbinitFile TargetProperties::GetLoadCWDlldbinitFile() const {
4928 Disassembler::HexImmediateStyle TargetProperties::GetHexImmediateStyle() const {
4935 MemoryModuleLoadLevel TargetProperties::GetMemoryModuleLoadLevel() const {
4942 bool TargetProperties::GetUserSpecifiedTrapHandlerNames(Args &args) const {
4947 void TargetProperties::SetUserSpecifiedTrapHandlerNames(const Args &args) {
4952 bool TargetProperties::GetDisplayRuntimeSupportValues() const {
4958 void TargetProperties::SetDisplayRuntimeSupportValues(bool b) {
4963 bool TargetProperties::GetDisplayRecognizedArguments() const {
4969 void TargetProperties::SetDisplayRecognizedArguments(bool b) {
4974 const ProcessLaunchInfo &TargetProperties::GetProcessLaunchInfo() const {
4978 void TargetProperties::SetProcessLaunchInfo(
5006 bool TargetProperties::GetRequireHardwareBreakpoints() const {
5012 void TargetProperties::SetRequireHardwareBreakpoints(bool b) {
5017 bool TargetProperties::GetAutoInstallMainExecutable() const {
5023 void TargetProperties::Arg0ValueChangedCallback() {
5027 void TargetProperties::RunArgsValueChangedCallback() {
5033 void TargetProperties::EnvVarsValueChangedCallback() {
5037 void TargetProperties::InputPathValueChangedCallback() {
5042 void TargetProperties::OutputPathValueChangedCallback() {
5047 void TargetProperties::ErrorPathValueChangedCallback() {
5052 void TargetProperties::DetachOnErrorValueChangedCallback() {
5059 void TargetProperties::DisableASLRValueChangedCallback() {
5066 void TargetProperties::InheritTCCValueChangedCallback() {
5073 void TargetProperties::DisableSTDIOValueChangedCallback() {
5080 bool TargetProperties::GetDebugUtilityExpression() const {
5086 void TargetProperties::SetDebugUtilityExpression(bool debug) {