Searched refs:DirSize (Results 1 – 3 of 3) sorted by relevance
1338 uint32_t DirSize = DirEnd + 1, BaseSize = FilenameLength - DirSize; in __llvm_write_custom_profile() local1341 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()
181 const int DirSize = Dir.size();193 Dir.resize(DirSize);
713 uint64_t DirSize = in initTLSDirectoryPtr() local717 if (DataEntry->Size != DirSize) in initTLSDirectoryPtr()721 static_cast<uint32_t>(DataEntry->Size), DirSize); in initTLSDirectoryPtr()