Searched refs:Embed (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Config.h | 113 enum ManifestKind { Default, SideBySide, Embed, No }; enumerator
|
H A D | Options.td | 97 HelpText<"Embed the contents of <file> in the PDB as named stream <name>">; 140 def debug : F<"debug">, HelpText<"Embed a symbol table in the image">; 141 def debug_opt : P<"debug", "Embed a symbol table in the image with option">;
|
H A D | DriverUtils.cpp | 293 ctx.config.manifest = Configuration::Embed; in parseManifest()
|
H A D | Driver.cpp | 2003 config->manifest != Configuration::Embed) { in linkerMain() 2585 if (config->manifest == Configuration::Embed) in linkerMain()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaInit.cpp | 507 Expr *HandleEmbed(EmbedExpr *Embed, const InitializedEntity &Entity) { in HandleEmbed() argument 511 CurEmbed = Embed; in HandleEmbed() 521 ElsCount = Embed->getDataElementCount(); in HandleEmbed() 525 if (ElsCount == Embed->getDataElementCount()) { in HandleEmbed() 528 return Embed; in HandleEmbed() 533 EmbedExpr(SemaRef.Context, Embed->getLocation(), Embed->getData(), in HandleEmbed() 536 if (CurEmbedIndex >= Embed->getDataElementCount()) { in HandleEmbed() 1515 if (auto *Embed = dyn_cast<EmbedExpr>(expr)) { in CheckSubElementType() local 1516 expr = HandleEmbed(Embed, Entity); in CheckSubElementType() 1725 } else if (auto *Embed = dyn_cast<EmbedExpr>(expr)) { in CheckScalarType() local [all …]
|
/freebsd/contrib/googletest/googletest/ |
H A D | README.md | 78 * Embed the GoogleTest source code as a direct copy in the main project's
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 499 if (const auto *Embed = dyn_cast<EmbedExpr>(Init->IgnoreParenImpCasts())) { in EmitArrayInit() local 500 NumInitElements += Embed->getDataElementCount() - 1; in EmitArrayInit()
|
H A D | CGExprConstant.cpp | 1296 if (const auto *Embed = in EmitArrayInitialization() local 1298 NumInitElements += Embed->getDataElementCount() - 1; in EmitArrayInitialization()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 96 /// Embed Bitcode mode (off/all/bitcode/marker).
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 387 - Embed per thread automatic tcache into thread-specific data, which reduces 399 + Embed the root node in the top-level rtree data structure, thus avoiding
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 1700 HelpText<"Embed Offloading device-side binary into host object file as a section.">, 1705 HelpText<"Embed LLVM bitcode">, 1711 HelpText<"Embed LLVM IR bitcode as data">; 1714 HelpText<"Embed placeholder LLVM IR data as a marker">; 4470 HelpText<"Embed source text in DWARF debug sections">, 7586 HelpText<"Embed the contents of the specified file into the module file " 7590 HelpText<"Embed the contents of all files read by this compilation into " 8842 HelpText<"Embed PDB in shader container (ignored)">;
|
/freebsd/share/doc/IPv6/ |
H A D | IMPLEMENTATION | 454 Embed sa6->sin6_scope_id into sa6->sin6_addr. If sin6_scope_id is 479 Embed zone ID determined by the address scope type for 'in6' and the
|