Home
last modified time | relevance | path

Searched refs:CopyFrom (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.h32 void CopyFrom(const CommonFlags &other);
51 common_flags_dont_use.CopyFrom(cf); in OverrideCommonFlags()
H A Dsanitizer_flags.cpp31 void CommonFlags::CopyFrom(const CommonFlags &other) { in CopyFrom() function in __sanitizer::CommonFlags
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp153 path::append(CacheDst, path::relative_path(Paths.CopyFrom)); in copyToRoot()
160 Paths.CopyFrom = Dst; in copyToRoot()
167 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst)) in copyToRoot()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp113 Paths.CopyFrom = Paths.VirtualPath; in canonicalize()
114 updateWithRealPath(Paths.CopyFrom); in canonicalize()
126 sys::path::append(DstPath, sys::path::relative_path(Paths.CopyFrom)); in addFileImpl()
H A DSmallPtrSet.cpp144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom() function in SmallPtrSetImplBase
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_stack.cpp35 cf.CopyFrom(*common_flags()); in SetGlobalStackTraceFormat()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_flags.cpp52 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_flags.cpp53 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.cpp51 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.cpp59 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp56 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCollector.h76 SmallString<256> CopyFrom; member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h213 void CopyFrom(const SmallPtrSetImplBase &RHS);
521 this->CopyFrom(RHS);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.cpp55 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp77 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.cpp160 cf.CopyFrom(*common_flags()); in InitializeFlags()
210 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp121 explicit SavedStackAllocations(Thread *t) { CopyFrom(t); } in SavedStackAllocations()
123 void CopyFrom(Thread *t) { in CopyFrom() function in __hwasan::__anon865875d10111::SavedStackAllocations
654 stack_allocations_storage[stack_allocations_count++].CopyFrom(t); in CopyAllocations()
H A Dhwasan.cpp77 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp1101 AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom) { in AMDGPULibFunc() argument
1102 assert(AMDGPULibFuncBase::isMangled(Id) && CopyFrom.isMangled() && in AMDGPULibFunc()
1105 Id, *cast<AMDGPUMangledLibFunc>(CopyFrom.Impl.get())); in AMDGPULibFunc()
H A DAMDGPULibFunc.h369 /// CopyFrom.
370 explicit AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h803 const LiveRange &CopyFrom) { in createSubRangeFrom() argument
804 SubRange *Range = new (Allocator) SubRange(LaneMask, CopyFrom, Allocator); in createSubRangeFrom()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1028 cf.CopyFrom(*common_flags()); in InitializeFlags()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7373 SDValue CopyFrom = DAG.getCopyFromReg(Chain, dl, VReg, LocVT); in LowerFormalArguments_AIX() local
7380 CopyFrom.getValue(1), dl, CopyFrom, in LowerFormalArguments_AIX()