Searched refs:inputNames (Results 1 – 2 of 2) sorted by relevance
413 std::vector<StringRef> inputNames; in write() local414 inputNames.reserve(inputs.size()); in write()416 inputNames.push_back(f->getName()); in write()417 llvm::sort(inputNames); in write()419 for (const StringRef &in : inputNames) in write()
1293 UTIL_createExpandedFNT(const char* const* inputNames, size_t nbIfns, int followLinks) in UTIL_createExpandedFNT() argument1303 if (!UTIL_isDirectory(inputNames[ifnNb])) { in UTIL_createExpandedFNT()1304 size_t const len = strlen(inputNames[ifnNb]); in UTIL_createExpandedFNT()1313 memcpy(buf+pos, inputNames[ifnNb], len+1); /* including final \0 */ in UTIL_createExpandedFNT()1318 … nbFiles += (unsigned)UTIL_prepareFileList(inputNames[ifnNb], &buf, &pos, &bufend, followLinks); in UTIL_createExpandedFNT()