Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h108 Embed_All, // Embed both bitcode and commandline in the output. enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp968 .Case("all", CodeGenOptions::Embed_All) in ParseCodeGenArgs()
982 if (Opts.getEmbedBitcode() == CodeGenOptions::Embed_All) { in ParseCodeGenArgs()