Home
last modified time | relevance | path

Searched refs:Embed (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td100 HelpText<"Embed the contents of <file> in the PDB as named stream <name>">;
146 def debug : F<"debug">, HelpText<"Embed a symbol table in the image">;
147 def debug_opt : P<"debug", "Embed a symbol table in the image with option">;
H A DConfig.h115 enum ManifestKind { Default, SideBySide, Embed, No }; enumerator
H A DDriverUtils.cpp277 ctx.config.manifest = Configuration::Embed; in parseManifest()
H A DDriver.cpp2097 config->manifest != Configuration::Embed) { in linkerMain()
2746 if (config->manifest == Configuration::Embed) in linkerMain()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp551 Expr *HandleEmbed(EmbedExpr *Embed, const InitializedEntity &Entity) { in HandleEmbed() argument
555 CurEmbed = Embed; in HandleEmbed()
566 ElsCount = Embed->getDataElementCount(); in HandleEmbed()
570 if (ElsCount == Embed->getDataElementCount()) { in HandleEmbed()
573 return Embed; in HandleEmbed()
578 EmbedExpr(SemaRef.Context, Embed->getLocation(), Embed->getData(), in HandleEmbed()
581 if (CurEmbedIndex >= Embed->getDataElementCount()) { in HandleEmbed()
1586 if (auto *Embed = dyn_cast<EmbedExpr>(expr)) { in CheckSubElementType() local
1587 expr = HandleEmbed(Embed, Entity); in CheckSubElementType()
1798 } else if (auto *Embed = dyn_cast<EmbedExpr>(expr)) { in CheckScalarType() local
[all …]
/freebsd/contrib/jemalloc/
H A DINSTALL.md62 Embed one or more library paths, so that libjemalloc can find the libraries
117 Embed `<malloc_conf>` as a run-time options string that is processed prior to
H A DChangeLog487 - Embed per thread automatic tcache into thread-specific data, which reduces
499 + Embed the root node in the top-level rtree data structure, thus avoiding
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def87 /// Embed Bitcode mode (off/all/bitcode/marker).
275 CODEGENOPT(SanitizeKcfiArity, 1, 0, Benign) ///< Embed arity in KCFI patchable function prefix
/freebsd/contrib/googletest/googletest/
H A DREADME.md78 * Embed the GoogleTest source code as a direct copy in the main project's
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp601 if (const auto *Embed = dyn_cast<EmbedExpr>(Init->IgnoreParenImpCasts())) { in EmitArrayInit() local
602 NumInitElements += Embed->getDataElementCount() - 1; in EmitArrayInit()
H A DCGExprConstant.cpp1382 if (const auto *Embed = in EmitArrayInitialization() local
1384 NumInitElements += Embed->getDataElementCount() - 1; in EmitArrayInitialization()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1669 HelpText<"Embed Offloading device-side binary into host object file as a section.">,
1674 HelpText<"Embed LLVM bitcode">,
1680 HelpText<"Embed LLVM IR bitcode as data">;
1683 HelpText<"Embed placeholder LLVM IR data as a marker">;
2650 … HelpText<"Embed function arity information into the KCFI patchable function prefix">,
3291 HelpText<"Embed the contents of all files read by this compilation into "
4739 HelpText<"Embed source text in DWARF debug sections">,
8141 HelpText<"Embed the contents of the specified file into the module file "
9419 HelpText<"Embed PDB in shader container (ignored)">;
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION454 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
/freebsd/contrib/xz/
H A DChangeLog4826 Windows: Embed an application manifest in the EXE files