Home
last modified time | relevance | path

Searched refs:DirSize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c1338 uint32_t DirSize = DirEnd + 1, BaseSize = FilenameLength - DirSize; in __llvm_write_custom_profile() local
1341 if (DirSize > 0) { in __llvm_write_custom_profile()
1342 memcpy(TargetFilename, Filename, DirSize); in __llvm_write_custom_profile()
1344 memcpy(TargetFilename + DirSize, Target, TargetLength); in __llvm_write_custom_profile()
1345 TargetFilename[TargetLength + DirSize] = '.'; in __llvm_write_custom_profile()
1346 memcpy(TargetFilename + DirSize + 1 + TargetLength, Filename + DirSize, in __llvm_write_custom_profile()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc181 const int DirSize = Dir.size();
193 Dir.resize(DirSize);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp713 uint64_t DirSize = in initTLSDirectoryPtr() local
717 if (DataEntry->Size != DirSize) in initTLSDirectoryPtr()
721 static_cast<uint32_t>(DataEntry->Size), DirSize); in initTLSDirectoryPtr()