Searched defs:Embed (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/Driver/ | ||
H A D | windows-seh-async-verify.cpp | 20 struct Embed { struct |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaInit.cpp | 507 HandleEmbed(EmbedExpr * Embed,const InitializedEntity & Entity) HandleEmbed() argument |
/llvm-project/lld/COFF/ | ||
H A D | Config.h | 113 enum ManifestKind { Default, SideBySide, Embed, No }; global() enumerator |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprAgg.cpp | 502 if (const auto *Embed = dyn_cast<EmbedExpr>(Init->IgnoreParenImpCasts())) { EmitArrayInit() local |
H A D | CGExprConstant.cpp | 1285 if (const auto *Embed = EmitArrayInitialization() local |