Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h92 Embed_All, // Embed both bitcode and commandline in the output. enumerator
/external/clang/lib/Frontend/
DCompilerInvocation.cpp654 .Case("all", CodeGenOptions::Embed_All) in ParseCodeGenArgs()
668 if (Opts.getEmbedBitcode() == CodeGenOptions::Embed_All) { in ParseCodeGenArgs()