Home
last modified time | relevance | path

Searched refs:ResponseKind (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Driver/
DJob.cpp108 if (ResponseSupport.ResponseKind == ResponseFileSupport::RF_FileList) { in writeResponseFile()
137 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) { in buildArgvForResponseFile()
283 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) in Print()
DDriver.cpp1488 if (Cmd.getResponseFileSupport().ResponseKind == in setUpResponseFiles()
/external/llvm-project/clang/include/clang/Driver/
DJob.h56 ResponseFileKind ResponseKind; member