Home
last modified time | relevance | path

Searched refs:FRecordCommandLine (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h255 bool &FRecordCommandLine,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp3153 bool &FRecordCommandLine, in shouldRecordCommandLine() argument
3159 FRecordCommandLine = in shouldRecordCommandLine()
3165 if (FRecordCommandLine && !Triple.isOSBinFormatELF() && in shouldRecordCommandLine()
3171 return FRecordCommandLine || TC.UseDwarfDebugFlags() || GRecordCommandLine; in shouldRecordCommandLine()