Home
last modified time | relevance | path

Searched refs:embedding (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/lldb/
H A D.gitignore47 # We should ignore Xcode-style embedding of llvm/ at lldb root dir.
/llvm-project-15.0.7/llvm/resources/
H A Dwindows_version_resource.rc1 // Microsoft Visual C++ resource script for embedding version information.
/llvm-project-15.0.7/clang/docs/
H A DClangOffloadWrapper.rst16 binary. See :ref:`image-binary-embedding-execution` for more details.
206 .. _image-binary-embedding-execution:
H A DOffloadingDesign.rst221 device. We create a fat object by embedding the output of the device compilation
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_ast_build_private.h221 __isl_take isl_ast_build *build, __isl_take isl_space *embedding);
H A Disl_ast_build.c1840 isl_multi_aff *embedding; in isl_ast_build_product() local
1881 embedding = isl_multi_aff_identity(space); in isl_ast_build_product()
1883 isl_multi_aff_copy(embedding)); in isl_ast_build_product()
1886 isl_multi_aff_product(build->internal2input, embedding); in isl_ast_build_product()
1892 isl_multi_aff_free(embedding); in isl_ast_build_product()
/llvm-project-15.0.7/compiler-rt/include/profile/
H A DMemProfData.inc84 // MemProfData.inc since it would mean we are embedding a directive (the
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProfData.inc84 // MemProfData.inc since it would mean we are embedding a directive (the
/llvm-project-15.0.7/llvm/utils/gn/
H A DREADME.rst27 just parts of LLVM, and embedding the LLVM GN build from other builds are
/llvm-project-15.0.7/third-party/benchmark/
H A DCMakeLists.txt38 option(BENCHMARK_ENABLE_INSTALL "Enable installation of benchmark. (Projects embedding benchmark ma…
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td432 "embedding a #%0 directive within macro arguments is not supported">;
434 "embedding a directive within macro arguments has undefined behavior">,
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td445 Using an op with a region to define a SPIR-V module enables "embedding"
/llvm-project-15.0.7/mlir/cmake/modules/
H A DAddMLIRPython.cmake4 # available for use and embedding into external projects (in their own
/llvm-project-15.0.7/llvm/docs/PDB/
H A DDbiStream.rst340 module use offsets into the string table rather than embedding the string's value
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md467 embedding of conditionals down to the innermost loop level.
/llvm-project-15.0.7/mlir/docs/
H A DDeclarativeRewrites.md760 * `(returnType "$_builder.getI32Type()")`: a string literal embedding C++. The
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td816 Using an op with a region to define a GPU module enables "embedding" GPU
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt401 option(LLVM_ENABLE_BACKTRACES "Enable embedding backtraces on crash." ON)
/llvm-project-15.0.7/llvm/docs/
H A DCMake.rst663 On Windows, allows embedding a different C runtime allocator into the LLVM
H A DSpeculativeLoadHardening.md934 marginally cheaper than embedding into `%rsp` for entering functions.
H A DAMDGPUUsage.rst631 .. _amdgpu-embedding-bundled-objects:
636 AMDGPU supports the HIP and OpenMP languages that perform code object embedding
2550 The Clang option used to control source embedding in AMDGPU is defined in
2559 -g[no-]embed-source Enable/disable embedding source text in DWARF
H A DProgrammersManual.rst1863 embedding in datastructures in most cases (instead, use an std::string or
H A DLangRef.rst7467 Some targets support embedding of flags to the linker inside individual object
7498 Some targets support embedding of strings into object files to indicate
23739 embedding the argument into encoding of that trap somehow to discriminate
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td3215 HelpText<"Restore the default behavior of not embedding source text in DWARF debug sections">;