Searched refs:EmitVersionIdentMetadata (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1487 void EmitVersionIdentMetadata();
H A DCodeGenModule.cpp636 if (getCodeGenOpts().EmitVersionIdentMetadata)
637 EmitVersionIdentMetadata();
5695 void CodeGenModule::EmitVersionIdentMetadata() { function in class:CodeGenModule
H A DCGDebugInfo.cpp615 LangTag, CUFile, CGOpts.EmitVersionIdentMetadata ? Producer : "",
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1382 Opts.EmitVersionIdentMetadata = Args.hasFlag(OPT_Qy, OPT_Qn, true);

Completed in 139 milliseconds