Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h37 CreateLocalCopy(const Properties &global_properties);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp378 OptionValueProperties::CreateLocalCopy(const Properties &global_properties) { in CreateLocalCopy() function in OptionValueProperties
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp107 OptionValueProperties::CreateLocalCopy(Thread::GetGlobalProperties()); in ThreadProperties()
H A DTarget.cpp4152 OptionValueProperties::CreateLocalCopy(Target::GetGlobalProperties()); in TargetProperties()
H A DProcess.cpp201 OptionValueProperties::CreateLocalCopy(Process::GetGlobalProperties()); in ProcessProperties()