Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h169 std::string RecordCommandLine; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp800 if (!getCodeGenOpts().RecordCommandLine.empty()) in Release()
6170 std::string CommandLine = getCodeGenOpts().RecordCommandLine; in EmitCommandLineMetadata()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4812 MarshallingInfoString<CodeGenOpts<"RecordCommandLine">>;