Home
last modified time | relevance | path

Searched refs:CreateLocalCopy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h38 CreateLocalCopy(const Properties &global_properties);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp569 OptionValueProperties::CreateLocalCopy(const Properties &global_properties) { in CreateLocalCopy() function in OptionValueProperties
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
H A DTarget.cpp3952 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
H A DProcess.cpp173 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()