| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.h | 32 void CopyFrom(const CommonFlags &other); 51 common_flags_dont_use.CopyFrom(cf); in OverrideCommonFlags()
|
| H A D | sanitizer_flags.cpp | 31 void CommonFlags::CopyFrom(const CommonFlags &other) { in CopyFrom() function in __sanitizer::CommonFlags
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 153 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 D | FileCollector.cpp | 113 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 D | SmallPtrSet.cpp | 144 void SmallPtrSetImplBase::CopyFrom(const SmallPtrSetImplBase &RHS) { in CopyFrom() function in SmallPtrSetImplBase
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_stack.cpp | 35 cf.CopyFrom(*common_flags()); in SetGlobalStackTraceFormat()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_flags.cpp | 52 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan_flags.cpp | 53 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_flags.cpp | 51 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.cpp | 59 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 56 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileCollector.h | 76 SmallString<256> CopyFrom; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallPtrSet.h | 213 void CopyFrom(const SmallPtrSetImplBase &RHS); 521 this->CopyFrom(RHS);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_flags.cpp | 55 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_rtl.cpp | 77 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan.cpp | 160 cf.CopyFrom(*common_flags()); in InitializeFlags() 210 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 121 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 D | hwasan.cpp | 77 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.cpp | 1101 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 D | AMDGPULibFunc.h | 369 /// CopyFrom. 370 explicit AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &CopyFrom);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LiveInterval.h | 803 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 D | dfsan.cpp | 1028 cf.CopyFrom(*common_flags()); in InitializeFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 7373 SDValue CopyFrom = DAG.getCopyFromReg(Chain, dl, VReg, LocVT); in LowerFormalArguments_AIX() local 7380 CopyFrom.getValue(1), dl, CopyFrom, in LowerFormalArguments_AIX()
|