Home
last modified time | relevance | path

Searched refs:EmitVersionIdentMetadata (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.def74 CODEGENOPT(EmitVersionIdentMetadata , 1, 1) ///< Emit compiler version metadata.
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.h1425 void EmitVersionIdentMetadata();
H A DCodeGenModule.cpp590 if (getCodeGenOpts().EmitVersionIdentMetadata) in Release()
591 EmitVersionIdentMetadata(); in Release()
5227 void CodeGenModule::EmitVersionIdentMetadata() { in EmitVersionIdentMetadata() function in CodeGenModule
H A DCGDebugInfo.cpp611 LangTag, CUFile, CGOpts.EmitVersionIdentMetadata ? Producer : "", in CreateCompileUnit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1283 Opts.EmitVersionIdentMetadata = Args.hasFlag(OPT_Qy, OPT_Qn, true); in ParseCodeGenArgs()