Home
last modified time | relevance | path

Searched refs:Embed_Bitcode (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Frontend/
DCodeGenOptions.h93 Embed_Bitcode, // Embed just the bitcode in the output. enumerator
/external/clang/lib/CodeGen/
DBackendUtil.cpp878 if (CGOpts.getEmbedBitcode() != CodeGenOptions::Embed_Bitcode) { in EmbedBitcode()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp655 .Case("bitcode", CodeGenOptions::Embed_Bitcode) in ParseCodeGenArgs()