Searched refs:GetGlobalProperties (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | 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/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 149 static StructuredDataDarwinLogProperties &GetGlobalProperties() { in GetGlobalProperties() function 1030 auto enable_options = GetGlobalProperties().GetAutoEnableOptions(); in RunEnableCommand() 1226 if (!GetGlobalProperties().GetEnableOnStartup() && in ModulesDidLoad() 1253 GetGlobalProperties().GetLoggingModuleName(); in ModulesDidLoad() 1369 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize() 1404 if (!GetGlobalProperties().GetEnableOnStartup() && in FilterLaunchInfo() 1598 FileSpec(GetGlobalProperties().GetLoggingModuleName()); in AddInitCompletionHook() 1619 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook() 1630 __FUNCTION__, GetGlobalProperties().GetLoggingModuleName(), in AddInitCompletionHook()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.h | 41 static PluginProperties &GetGlobalProperties();
|
| H A D | LibiptDecoder.cpp | 141 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector() 144 trace_intel_pt.GetGlobalProperties() in PSBBlockAnomalyDetector()
|
| H A D | TraceIntelPT.cpp | 73 TraceIntelPT::PluginProperties &TraceIntelPT::GetGlobalProperties() { in GetGlobalProperties() function in TraceIntelPT 90 debugger, GetGlobalProperties().GetValueProperties(), in DebuggerInitialize()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2780 return Target::GetGlobalProperties().GetExecutableSearchPaths(); in GetDefaultExecutableSearchPaths() 2784 return Target::GetGlobalProperties().GetDebugFileSearchPaths(); in GetDefaultDebugFileSearchPaths() 2788 return Target::GetGlobalProperties().GetDefaultArchitecture(); in GetDefaultArchitecture() 2795 Target::GetGlobalProperties().SetDefaultArchitecture(arch); in SetDefaultArchitecture() 3207 TargetProperties &Target::GetGlobalProperties() { in GetGlobalProperties() function in Target 3341 GetGlobalProperties().GetProcessLaunchInfo()); in SaveScriptedLaunchInfo() 4329 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties() 4380 Process::GetGlobalProperties().GetValueProperties()); in TargetProperties()
|
| H A D | Thread.cpp | 61 ThreadProperties &Thread::GetGlobalProperties() { in GetGlobalProperties() function in Thread 107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
|
| H A D | Process.cpp | 162 Thread::GetGlobalProperties().GetValueProperties()); in ProcessProperties() 165 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties() 518 ProcessProperties &Process::GetGlobalProperties() { in GetGlobalProperties() function in Process
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 156 static ThreadProperties &GetGlobalProperties();
|
| H A D | Target.h | 649 static TargetProperties &GetGlobalProperties();
|
| H A D | Process.h | 517 static ProcessProperties &GetGlobalProperties();
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 470 (target_sp ? *target_sp : Target::GetGlobalProperties()) in ShouldPrintAsOneLiner()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DumpDataExtractor.cpp | 624 if (Target::GetGlobalProperties() in DumpDataExtractor()
|
| H A D | Debugger.cpp | 989 Target::GetGlobalProperties().GetValueProperties()); in Debugger()
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2557 Target::GetGlobalProperties().GetLoadCWDlldbinitFile(); in SourceInitFileCwd()
|