Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCodeGenOptions.h92 Embed_All, // Embed both bitcode and commandline in the output. enumerator
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h108 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()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1210 .Case("all", CodeGenOptions::Embed_All) in ParseCodeGenArgs()