Searched refs:ResponseFile (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Driver/ |
D | Job.cpp | 34 Arguments(Arguments), ResponseFile(nullptr) { in Command() 150 Out.push_back(ResponseFile); in buildArgvForResponseFile() 163 if (ResponseFile != nullptr) { in Print() 212 if (ResponseFile != nullptr) { in Print() 226 ResponseFile = FileName; in setResponseFile() 235 if (ResponseFile == nullptr) { in Execute() 259 ResponseFile, RespContents, Creator.getResponseFileEncoding())) { in Execute()
|
/external/llvm-project/clang/lib/Driver/ |
D | Job.cpp | 156 Out.push_back(ResponseFile); in buildArgvForResponseFile() 209 if (ResponseFile != nullptr) { in Print() 278 if (ResponseFile != nullptr) { in Print() 292 ResponseFile = FileName; in setResponseFile() 316 if (ResponseFile == nullptr) { in Execute() 333 ResponseFile, RespContents, ResponseSupport.ResponseEncoding)) { in Execute()
|
/external/clang/include/clang/Driver/ |
D | Job.h | 62 const char *ResponseFile; variable
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Job.h | 130 const char *ResponseFile = nullptr; variable
|
/external/llvm-project/llvm/unittests/Support/ |
D | CommandLineTest.cpp | 768 TempFile ResponseFile("resp-", ".txt", in TEST() local 774 RspOpt.append(ResponseFile.path()); in TEST() 916 raw_string_ostream ResponseFile(ResponseFileContents); in TEST() local 917 ResponseFile << "-foo" << "\n"; in TEST() 918 ResponseFile << "-bar" << "\n"; in TEST() 920 MemoryBuffer::getMemBuffer(ResponseFile.str())); in TEST()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 929 SmallString<128> ResponseFile; in ExpandResponseFile() local 930 ResponseFile.append(1, '@'); in ExpandResponseFile() 934 ResponseFile.append(curr_dir.str()); in ExpandResponseFile() 937 ResponseFile, llvm::sys::path::parent_path(FName), FileName); in ExpandResponseFile() 938 NewArgv[I] = Saver.save(ResponseFile.c_str()).data(); in ExpandResponseFile()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 1132 SmallString<128> ResponseFile; in ExpandResponseFile() local 1133 ResponseFile.push_back('@'); in ExpandResponseFile() 1134 ResponseFile.append(BasePath); in ExpandResponseFile() 1135 llvm::sys::path::append(ResponseFile, FileName); in ExpandResponseFile() 1136 Arg = Saver.save(ResponseFile.c_str()).data(); in ExpandResponseFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 1101 SmallString<128> ResponseFile; in ExpandResponseFile() local 1102 ResponseFile.push_back('@'); in ExpandResponseFile() 1103 ResponseFile.append(BasePath); in ExpandResponseFile() 1104 llvm::sys::path::append(ResponseFile, FileName); in ExpandResponseFile() 1105 Arg = Saver.save(ResponseFile.c_str()).data(); in ExpandResponseFile()
|