Lines Matching refs:ResponseFile
1109 SmallString<128> ResponseFile; in ExpandBasePaths() local
1117 if (ResponseFile.empty()) in ExpandBasePaths()
1118 ResponseFile = LHS; in ExpandBasePaths()
1120 llvm::sys::path::append(ResponseFile, LHS); in ExpandBasePaths()
1121 ResponseFile.append(BasePath); in ExpandBasePaths()
1125 if (!ResponseFile.empty()) { in ExpandBasePaths()
1129 llvm::sys::path::append(ResponseFile, Remaining); in ExpandBasePaths()
1130 Arg = Saver.save(ResponseFile.str()).data(); in ExpandBasePaths()
1198 SmallString<128> ResponseFile; in expandResponseFile() local
1199 ResponseFile.push_back('@'); in expandResponseFile()
1206 ResponseFile.append(FilePath); in expandResponseFile()
1208 ResponseFile.append(BasePath); in expandResponseFile()
1209 llvm::sys::path::append(ResponseFile, FileName); in expandResponseFile()
1211 Arg = Saver.save(ResponseFile.str()).data(); in expandResponseFile()