Lines Matching refs:ResponseFile
1126 SmallString<128> ResponseFile; in ExpandBasePaths() local
1134 if (ResponseFile.empty()) in ExpandBasePaths()
1135 ResponseFile = LHS; in ExpandBasePaths()
1137 llvm::sys::path::append(ResponseFile, LHS); in ExpandBasePaths()
1138 ResponseFile.append(BasePath); in ExpandBasePaths()
1142 if (!ResponseFile.empty()) { in ExpandBasePaths()
1146 llvm::sys::path::append(ResponseFile, Remaining); in ExpandBasePaths()
1147 Arg = Saver.save(ResponseFile.str()).data(); in ExpandBasePaths()
1207 SmallString<128> ResponseFile; in ExpandResponseFile() local
1208 ResponseFile.push_back('@'); in ExpandResponseFile()
1209 ResponseFile.append(BasePath); in ExpandResponseFile()
1210 llvm::sys::path::append(ResponseFile, FileName); in ExpandResponseFile()
1211 Arg = Saver.save(ResponseFile.str()).data(); in ExpandResponseFile()