Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCodeGenOptions.h106 enum EmbedBitcodeKind { enum
H A DCodeGenOptions.def81 ENUM_CODEGENOPT(EmbedBitcode, EmbedBitcodeKind, 2, Embed_Off)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp977 static_cast<CodeGenOptions::EmbedBitcodeKind>(Model)); in ParseCodeGenArgs()