Home
last modified time | relevance | path

Searched refs:MoveFrom (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DDynamicRegisterInfo.h86 void MoveFrom(DynamicRegisterInfo &&info);
H A DDynamicRegisterInfo.cpp30 MoveFrom(std::move(info)); in DynamicRegisterInfo()
35 MoveFrom(std::move(info)); in operator =()
39 void DynamicRegisterInfo::MoveFrom(DynamicRegisterInfo &&info) { in MoveFrom() function in DynamicRegisterInfo
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h210 void MoveFrom(unsigned SmallSize, SmallPtrSetImplBase &&RHS);
488 this->MoveFrom(SmallSizePowTwo, std::move(RHS));
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp182 void SmallPtrSetImplBase::MoveFrom(unsigned SmallSize, in MoveFrom() function in SmallPtrSetImplBase