Searched refs:GetGlobalProperties (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| HD | PlatformQemuUser.cpp | 72 static PluginProperties &GetGlobalProperties() { in GetGlobalProperties() function 95 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize() 111 triple.setArchName(GetGlobalProperties().GetArchitecture()); in GetSupportedArchitectures() 166 FileSpec qemu = GetGlobalProperties().GetEmulatorPath(); in DebugProcess() 170 llvm::StringRef arch = GetGlobalProperties().GetArchitecture(); in DebugProcess() 191 args.AppendArguments(GetGlobalProperties().GetEmulatorArgs()); in DebugProcess() 205 for (const auto &KV : GetGlobalProperties().GetEmulatorEnvVars()) in DebugProcess() 248 for (const auto &KV : GetGlobalProperties().GetTargetEnvVars()) in GetEnvironment()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| HD | StructuredDataDarwinLog.cpp | 149 static StructuredDataDarwinLogProperties &GetGlobalProperties() { in GetGlobalProperties() function 1024 auto enable_options = GetGlobalProperties().GetAutoEnableOptions(); in RunEnableCommand() 1219 if (!GetGlobalProperties().GetEnableOnStartup() && in ModulesDidLoad() 1246 GetGlobalProperties().GetLoggingModuleName(); in ModulesDidLoad() 1362 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize() 1397 if (!GetGlobalProperties().GetEnableOnStartup() && in FilterLaunchInfo() 1590 FileSpec(GetGlobalProperties().GetLoggingModuleName()); in AddInitCompletionHook() 1611 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook() 1622 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| HD | TraceIntelPT.h | 41 static PluginProperties &GetGlobalProperties();
|
| HD | LibiptDecoder.cpp | 141 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector() 144 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector()
|
| HD | TraceIntelPT.cpp | 73 TraceIntelPT::PluginProperties &TraceIntelPT::GetGlobalProperties() { in GetGlobalProperties() function in TraceIntelPT 90 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | Target.cpp | 2598 return Target::GetGlobalProperties().GetExecutableSearchPaths(); in GetDefaultExecutableSearchPaths() 2602 return Target::GetGlobalProperties().GetDebugFileSearchPaths(); in GetDefaultDebugFileSearchPaths() 2606 return Target::GetGlobalProperties().GetDefaultArchitecture(); in GetDefaultArchitecture() 2613 Target::GetGlobalProperties().SetDefaultArchitecture(arch); in SetDefaultArchitecture() 3048 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties() function in Target 3191 GetGlobalProperties().GetProcessLaunchInfo()); in SaveScriptedLaunchInfo() 4152 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties() 4203 Process::GetGlobalProperties().GetValueProperties()); in TargetProperties()
|
| HD | Thread.cpp | 61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties() function in Thread 107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
|
| HD | Process.cpp | 198 Thread::GetGlobalProperties().GetValueProperties()); in ProcessProperties() 201 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties() 545 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties() function in Process
|
| /freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/ |
| HD | Thread.h | 153 static ThreadProperties &GetGlobalProperties();
|
| HD | Target.h | 617 static TargetProperties &GetGlobalProperties();
|
| HD | Process.h | 502 static ProcessProperties &GetGlobalProperties();
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| HD | FormatManager.cpp | 462 (target_sp ? *target_sp : Target::GetGlobalProperties()) in ShouldPrintAsOneLiner()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | DumpDataExtractor.cpp | 623 if (Target::GetGlobalProperties() in DumpDataExtractor()
|
| HD | Debugger.cpp | 869 Target::GetGlobalProperties().GetValueProperties()); in Debugger()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | CommandInterpreter.cpp | 2404 Target::GetGlobalProperties().GetLoadCWDlldbinitFile(); in SourceInitFileCwd()
|