Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Driver/
HDJob.cpp110 if (ResponseSupport.ResponseKind == ResponseFileSupport::RF_FileList) { in writeResponseFile()
139 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) { in buildArgvForResponseFile()
293 if (ResponseSupport.ResponseKind != ResponseFileSupport::RF_FileList) in Print()
HDDriver.cpp1903 if (Cmd.getResponseFileSupport().ResponseKind == in setUpResponseFiles()
/freebsd-head/contrib/llvm-project/clang/include/clang/Driver/
HDJob.h57 ResponseFileKind ResponseKind; member