Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h109 Embed_Bitcode, // Embed just the bitcode in the output. enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp1420 if (CGOpts.getEmbedBitcode() != CodeGenOptions::Embed_Bitcode) { in EmbedBitcode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp969 .Case("bitcode", CodeGenOptions::Embed_Bitcode) in ParseCodeGenArgs()