Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 127) sorted by relevance

123456

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dsections-constraint.s13 # BASE: .readable 00000004
27 # NO1: .readable 00000004
38 .section .readable, "a"
39 readable: label
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/
H A Dshrink-to-fit.rst10 The ``shrink_to_fit()`` method is more readable and more effective than
/llvm-project-15.0.7/lld/test/ELF/
H A Dgnu-property-align-32.s6 ## Check that .note.gnu.property has alignment 4 and is readable by llvm-readobj
H A Dgnu-property-align.s6 ## Check that .note.gnu.property has alignment 8 and is readable by llvm-readobj
/llvm-project-15.0.7/llvm/docs/
H A DSymbolizerMarkupFormat.rst14 convert those values to human-readable form. Instead, logging text uses the
16 converted to human-readable form after the fact. As with other markup formats,
23 at runtime for any logic intended to compute human-readable presentation of
174 human-readable symbolic form.
212 ascending frame numbers. So the human-readable output might be formatted
311 human readable form. Generally they trigger an external action to occur that
351 human-readable output. However, the information they impart may be essential to
382 refer to this module. The first ``%s`` is a human-readable identifier for the
415 case) to indicate this segment of memory is readable, writable, and/or
H A DMarkdownQuickstartTemplate.md68 sophisticated syntax which [can be more readable] for longer links since
72 [can be more readable]: http://en.wikipedia.org/wiki/LLVM
H A DREADME.txt6 reStructuredText documentation should be quite readable in source form, it
H A DAddingConstrainedIntrinsics.rst91 To make debug logs readable it is helpful to update the SelectionDAG's
/llvm-project-15.0.7/llvm/test/Other/
H A Dcan-execute.txt10 TestProg, then a file with executable bit but not readable and finally a
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-remark-size-diff.rst42 * ``human``: Human-readable textual report. Default option.
58 The human-readable format for :program:`llvm-remark-size-diff` is composed of
H A Dllvm-dis.rst15 bitcode file and converts it into human-readable LLVM assembly language.
H A Dllvm-link.rst39 If specified, :program:`llvm-link` prints a human-readable version of the
H A Dllvm-as.rst14 **llvm-as** is the LLVM assembler. It reads a file containing human-readable
H A Dllvm-locstats.rst16 pretty printing it in a more human readable way.
H A Dllvm-dwarfdump.rst16 human-readable form. Only the .debug_info section is printed unless one of
120 as machine-readable single-line JSON output. The output
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dfaster-strsplit-delimiter.rst13 single character string literals is more efficient and readable.
/llvm-project-15.0.7/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli16 human-readable validation report. See [llvm::verifyModule]. *)
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-09-AdveComments.txt116 is verbose, it will be used only in the human-readable assembly code so
119 pointers somewhat readable.
/llvm-project-15.0.7/openmp/docs/
H A DREADME.txt6 reStructuredText documentation should be quite readable in source form, it
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1013 auto readable = As<bool>(obj.CallMethod("readable")); in GetOptionsForPyObject() local
1014 if (!readable) in GetOptionsForPyObject()
1015 return readable.takeError(); in GetOptionsForPyObject()
1019 if (readable.get() && writable.get()) in GetOptionsForPyObject()
1023 else if (readable.get()) in GetOptionsForPyObject()
/llvm-project-15.0.7/mlir/include/mlir/Pass/
H A DPassBase.td75 // A human readable description of the pass.
/llvm-project-15.0.7/llvm/test/Object/
H A Darchive-long-filenames-no-null-terminator.test3 readable page containing a null byte after the file mapping, this would crash
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.cpp428 const bool readable = IsPageReadable(mem_info.Protect); in GetMemoryRegionInfo() local
431 info.SetReadable(readable ? MemoryRegionInfo::eYes : MemoryRegionInfo::eNo); in GetMemoryRegionInfo()
/llvm-project-15.0.7/mlir/test/Dialect/Arithmetic/
H A Dbufferize.mlir21 // We check the debug name too since we put some effort into making that readable.
/llvm-project-15.0.7/libcxx/docs/Status/
H A DRangesPaper.csv9 `[readable.traits] <https://wg21.link/readable.traits>`_,"| `indirectly_readable_traits <https://ll…
58 | `indirectly_strict_weak_order <https://llvm.org/D101277>`_",[readable.traits],Louis Dionne,✅

123456