Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h181 std::string RecordCommandLine; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp917 if (!getCodeGenOpts().RecordCommandLine.empty()) in Release()
6656 std::string CommandLine = getCodeGenOpts().RecordCommandLine; in EmitCommandLineMetadata()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5262 MarshallingInfoString<CodeGenOpts<"RecordCommandLine">>;