Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h38 CreateLocalCopy(const Properties &global_properties);
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp546 OptionValueProperties::CreateLocalCopy(const Properties &global_properties) { in CreateLocalCopy() function in OptionValueProperties
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp106 OptionValueProperties::CreateLocalCopy(*Thread::GetGlobalProperties()); in ThreadProperties()
H A DTarget.cpp3734 OptionValueProperties::CreateLocalCopy(*Target::GetGlobalProperties()); in TargetProperties()
H A DProcess.cpp159 OptionValueProperties::CreateLocalCopy(*Process::GetGlobalProperties()); in ProcessProperties()