Home
last modified time | relevance | path

Searched refs:annotations (Results 1 – 25 of 89) sorted by relevance

1234

/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dannotate.texinfo30 This file documents @value{GDBN}'s obsolete annotations.
74 * Annotations Overview:: What annotations are; the general syntax.
84 * Invalidation:: Some annotations describe things now invalid.
96 @cindex annotations
98 To produce obsolete level two annotations, start @value{GDBN} with the
113 annotations could be extended with an @samp{escape} annotation which
116 A simple example of starting up @value{GDBN} with annotations is:
141 denotes a @samp{control-z} character) are annotations; the rest is
147 The level two annotations mechanism is known to have a number of
158 makes the annotation client dependant on not just the annotations, but
[all …]
H A Dobserver.texi49 annotations have been printed, and the control is about to be returned
/openbsd-src/gnu/llvm/llvm/docs/
H A DMarkedUpDisassembly.rst20 To provide this functionality the assembly text is marked up with annotations.
24 simply ignore annotations they do not understand or do not care about.
34 with the marked up annotations.
67 understand, allowing the annotations to grow in richness without breaking older
85 disassembled instructions with annotations, ``LLVMSetDisasmOptions()`` and the
H A DNVPTXUsage.rst38 ``nvvm.annotations`` named metadata object, and has the following format:
63 !nvvm.annotations = !{!1}
460 !nvvm.annotations = !{!0}
598 ``nvvm.annotations``. This named metadata must contain a list of metadata that
611 !nvvm.annotations = !{!0}
616 Here, we have a single metadata declaration in ``nvvm.annotations``. This
844 !nvvm.annotations = !{!0}
H A DMisExpect.rst11 expected to behave at runtime to the optimizer. These annotations, however, can
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp864 StructuredData::ArraySP annotations = ExtractCrashInfoAnnotations(process); in FetchExtendedCrashInformation() local
865 if (annotations && annotations->GetSize()) in FetchExtendedCrashInformation()
866 extended_crash_info->AddItem("Crash-Info Annotations", annotations); in FetchExtendedCrashInformation()
916 CrashInfoAnnotations annotations; in ExtractCrashInfoAnnotations() local
918 size_t bytes_read = process.ReadMemoryFromInferior(load_addr, &annotations, in ExtractCrashInfoAnnotations()
928 if (annotations.version < 5) { in ExtractCrashInfoAnnotations()
932 module_name, annotations.version); in ExtractCrashInfoAnnotations()
936 if (!annotations.message) { in ExtractCrashInfoAnnotations()
943 process.ReadCStringFromMemory(annotations.message, message, error); in ExtractCrashInfoAnnotations()
955 if (!annotations.message2) in ExtractCrashInfoAnnotations()
[all …]
/openbsd-src/usr.bin/file/magdir/
H A Dpalm66 # annotations.
80 >>>>(0x4E.L+14) beshort >1 - %d annotations
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc20 "Enable dynamic annotations, otherwise they are no-ops.")
32 "Report incorrect usages of mutexes and mutex annotations?")
/openbsd-src/gnu/llvm/clang/docs/HLSL/
H A DEntryFunctions.rst17 All scalar parameters to entry functions must have semantic annotations, and all
18 struct parameters must have semantic annotations on every field in the struct
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A Dnullability.rst6 These checks intended to use the annotations that is described in this
91annotations for pointers pointing to pointers would make the checker more complicated, because thi…
/openbsd-src/gnu/llvm/clang/www/analyzer/
H A Dmenu.html.incl23 <li><a href="/annotations.html">Source-level Annotations</a></li>
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp68 for (auto &Annot : IS.annotations()) { in inlineSiteContainsAddress()
H A DNativeInlineSiteSymbol.cpp150 for (const auto &Annot : Sym.annotations()) { in getLineOffset()
/openbsd-src/gnu/llvm/clang/docs/
H A DAPINotes.rst101 annotations that only apply to Swift 4 mode and earlier. The other entries
143 Each declaration supports the following annotations (if relevant to that
231 header. Prefer 'Nullability' and other annotations when possible.
H A DMisExpect.rst11 expected to behave at runtime to the optimizer. These annotations, however, can
/openbsd-src/sys/dev/pci/drm/i915/
H A DTODO.txt10 - Roll out dma_fence critical section annotations.
/openbsd-src/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst231 thread safety annotations.
234 This macro is used to enable -Wthread-safety annotations on libc++'s
235 ``std::mutex`` and ``std::lock_guard``. By default, these annotations are
239 This macro is used to disable all visibility annotations inside libc++.
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A DREADME.md79 additional annotations or flags.
119 The semantics of points (including annotations) is specific to the callback
/openbsd-src/gnu/llvm/libcxx/include/
H A D__availability55 // Availability annotations are only meaningful when shipping libc++ inside
57 // turn those annotations on at CMake configuration time.
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMSchedule.td9 // Instruction scheduling annotations for in-order and out-of-order CPUs.
10 // These annotations are independent of the itinerary class defined below.
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A DFileCheck.rst116 Dump input to stderr, adding annotations representing currently enabled
142 * ``annotation-full`` - Input lines with annotations
143 * ``annotation`` - Input lines with starting points of annotations
144 * ``error`` - Input lines with starting points of error annotations
175 ``-dump-input=always``, add those matches as input annotations instead.
183 information as input annotations instead.
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackingList.pod80 read only files without the associated annotations like size or MD5.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-arm.texi456 Generate unwinder annotations to restore the registers in @var{reglist}.
483 Generate unwinder annotations for a stack adjustment of @var{count} bytes.
493 Make all unwinder annotations relaive to a frame pointer. Without this
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_flags.inc147 "If true, honor the container overflow annotations. See "
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.def354 …"visibility for functions and variables with dllexport annotations [-fvisibility-from-dllstoragecl…
358 …"visibility for external declarations with dllimport annotations [-fvisibility-from-dllstorageclas…

1234