Home
last modified time | relevance | path

Searched refs:documents (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp222 for (auto Doc : Interface->documents()) { in getSingleIF()
386 if (IFLHS->documents() != IFRHS->documents()) { in findDifferences()
392 for (auto DocLHS : IFLHS->documents()) { in findDifferences()
393 auto Pair = llvm::find_if(IFRHS->documents(), [&](const auto &DocRHS) { in findDifferences()
397 if (Pair != IFRHS->documents().end()) { in findDifferences()
411 for (auto DocRHS : IFRHS->documents()) { in findDifferences()
/llvm-project-15.0.7/llvm/test/YAMLParser/
H A Dspec-07-11.test4 # no documents.
H A Dspec-02-23.test15 different documents.
/llvm-project-15.0.7/libc/docs/
H A DREADME.txt7 To build the documents into html configure libc with the following cmake options:
H A Dsource_layout.rst29 The ``docs`` directory contains design docs and also informative documents like
/llvm-project-15.0.7/libunwind/docs/
H A DREADME.txt7 To build the documents into html configure libunwind with the following cmake options:
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/
H A Disprime.tc31 # http://csrc.nist.gov/groups/STM/cavp/documents/dss/186-2rsatestvectors.zip
/llvm-project-15.0.7/clang/docs/CommandGuide/
H A Dindex.rst4 The following documents are command descriptions for all of the Clang tools.
/llvm-project-15.0.7/libcxx/docs/
H A DREADME.txt7 To build the documents into html configure libc++ with the following cmake options:
H A DFeatureTestMacroTable.rst13 This file documents the feature test macros currently supported by libc++.
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DVE.def6 // Relocation types defined in following documents.
/llvm-project-15.0.7/llvm/lib/Object/
H A DTapiUniversal.cpp42 for (const std::shared_ptr<InterfaceFile> &File : ParsedFile->documents()) in TapiUniversal()
/llvm-project-15.0.7/llvm/docs/
H A DCompilerWriterInfo.rst35 …nter.arm.com/help/topic/com.arm.doc.ihi0043d/IHI0043D_rtabi.pdf>`_ This documents the __aeabi_* he…
86 Other documents, collections, notes
92 * `PowerPC ABI documents <http://penguinppc.org/dev/#library>`_
130 * `NEC SX-Aurora TSUBASA ISA Guide <https://www.hpc.nec/documents/guide/pdfs/Aurora_ISA_guide.pdf>`_
H A DAMDGPUInstructionSyntax.rst170 For detailed information about operands follow *operand links* in GPU-specific documents.
180 …ation about modifiers supported for individual instructions may be found in GPU-specific documents.
H A DYamlIO.rst75 documents.
167 And you can also read such YAML documents with the following code:
189 One other feature of YAML is the ability to define multiple documents in a
290 values in YAML documents. This is done by specializing ScalarEnumerationTraits<>
902 YAML allows you to define multiple "documents" in a single YAML file. Each
903 new document starts with a left aligned "---" token. The end of all documents
905 have need for multiple documents. The top level node in their YAML schema
907 But for cases where you do want multiple documents, you can specify a
955 can contain multiple "documents". If the top level data structure you are
1023 the document(s). If you expect there might be multiple YAML documents in
[all …]
H A DMIRLangRef.rst30 A MIR file is split up into a series of `YAML documents`_. The first document
31 can contain an optional embedded LLVM IR module, and the rest of the documents
34 .. _YAML documents: http://www.yaml.org/spec/1.2/spec.html#id2800132
184 The remaining YAML documents contain the machine functions. This is an example
915 :doc:`InstrRefDebugInfo`. The related documents :doc:`SourceLevelDebugging` and
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DLICENSE.TXT14 Because we update many of our Web documents regularly, we would prefer that you
/llvm-project-15.0.7/llvm/test/MC/ELF/
H A Dsymver-remove.s33 ## This test just documents the behavior.
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dindex.rst4 The following documents are command descriptions for all of the LLVM tools.
/llvm-project-15.0.7/mlir/docs/Rationale/
H A D_index.md3 This section contains a collection of documents describing the motivation and
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DFeatureTestMacros.rst12 and before that in non-normative guiding documents
/llvm-project-15.0.7/clang/docs/
H A DLibFormat.rst6 on Clang. This documents describes the LibFormat interface and design as well
/llvm-project-15.0.7/clang/test/Misc/
H A Dwarning-flags.c6 (1) It documents all existing warnings that currently have no associated -W flag,
/llvm-project-15.0.7/lld/test/MachO/
H A Dtapi-link.s60 ## that .tbd file re-exports can refer not just to TAPI documents within the
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/RISCV/
H A Dattributes-invalid.test32 ## FIXME: this test case documents that we don't close the "Section X" clause of

123