Searched refs:DeepCopy (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueDictionary.h49 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueArray.h44 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValueProperties.h41 DeepCopy(const lldb::OptionValueSP &new_parent) const override;
H A DOptionValue.h103 DeepCopy(const lldb::OptionValueSP &new_parent) const;
337 // DeepCopy to it. Inherit from Cloneable to avoid doing this manually.
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueArray.cpp311 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { function in class:OptionValueArray
312 auto copy_sp = OptionValue::DeepCopy(new_parent);
319 value = value->DeepCopy(copy_sp);
H A DOptionValueProperties.cpp598 auto copy_sp = global_props_sp->DeepCopy(global_props_sp->GetParent());
603 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { function in class:OptionValueProperties
604 auto copy_sp = OptionValue::DeepCopy(new_parent);
614 auto value_sp = property.GetValue()->DeepCopy(copy_sp);
H A DOptionValue.cpp570 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { function in class:OptionValue
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp218 TEST(FunctionCallTrieTest, DeepCopy) {

Completed in 230 milliseconds