Home
last modified time | relevance | path

Searched defs:CopyFrom (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h76 SmallString<256> CopyFrom; member
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom() function in SmallPtrSetImplBase
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.cpp31 void CommonFlags::CopyFrom(const CommonFlags &other) { in CopyFrom() function in __sanitizer::CommonFlags
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h803 const LiveRange &CopyFrom) { in createSubRangeFrom()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1101 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom) { in AMDGPULibFunc()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp123 void CopyFrom(Thread *t) { in CopyFrom() function in __hwasan::__anon865875d10111::SavedStackAllocations
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7373 SDValue CopyFrom = DAG.getCopyFromReg(Chain, dl, VReg, LocVT); in LowerFormalArguments_AIX() local