Home
last modified time | relevance | path

Searched refs:Annotations (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h169 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator()
210 if (Annotations.empty()) in GetCompressedAnnotation()
213 uint8_t FirstByte = Annotations.front(); in GetCompressedAnnotation()
214 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
219 if (Annotations.empty()) in GetCompressedAnnotation()
223 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
228 if (Annotations.empty()) in GetCompressedAnnotation()
231 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation()
232 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
234 if (Annotations.empty()) in GetCompressedAnnotation()
[all …]
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dannotate.texinfo15 @settitle @value{GDBN}'s Obsolete Annotations
44 @title @value{GDBN}'s Obsolete Annotations
63 @top GDB Annotations
78 * Value Annotations:: Values are marked as such.
85 * Annotations for Running::
87 * Source Annotations:: Annotations describing source code.
94 @node Annotations Overview
229 @node Value Annotations
363 @node Frame Annotations
729 @node Annotations for Running
[all …]
H A Dgdb.info-28438 GDB Annotations
8450 * Annotations Overview:: What annotations are; the general syntax.
8452 * Prompting:: Annotations marking GDB's need for input.
8453 * Errors:: Annotations for error messages.
8455 * Annotations for Running::
8457 * Source Annotations:: Annotations describing source code.
8460 File: gdb.info, Node: Annotations Overview, Next: Server Prefix, Up: Annotations
8515 …le: gdb.info, Node: Server Prefix, Next: Prompting, Prev: Annotations Overview, Up: Annotations
8608 File: gdb.info, Node: Invalidation, Next: Annotations for Running, Prev: Errors, Up: Annotations
8625 File: gdb.info, Node: Annotations for Running, Next: Source Annotations, Prev: Invalidation, Up…
[all …]
H A Dgdb.info-35399 * annotations: Annotations Overview.
5403 * annotations for running programs: Annotations for Running.
5404 * annotations for source display: Source Annotations.
5440 * breakpoint: Annotations for Running.
5680 * exited: Annotations for Running.
6421 * signal <1>: Annotations for Running.
6423 * signal-name: Annotations for Running.
6424 * signal-name-end: Annotations for Running.
6425 * signal-string: Annotations for Running.
6426 * signal-string-end: Annotations for Running.
[all …]
H A Dgdb.texinfo148 * Annotations:: @value{GDBN}'s annotation interface.
18428 @node Annotations
18429 @chapter @value{GDBN} Annotations
18447 * Errors:: Annotations for error messages.
18449 * Annotations for Running::
18451 * Source Annotations:: Annotations describing source code.
18454 @node Annotations Overview
18458 Annotations start with a newline character, two @samp{control-z}
18481 Interface, annotate, GDB's Obsolete Annotations}). This chapter
18647 @node Annotations for Running
[all …]
H A Dgdb.info-170 * Annotations:: GDB's annotation interface.
847 identical to using `set annotate LEVEL' (*note Annotations::).
H A Dgdbint.texinfo825 Annotations are provided by separate annotation routines. Note that use
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp282 CXAvailabilityKind Availability, const char **Annotations, in CodeCompletionString() argument
297 StoredAnnotations[I] = Annotations[I]; in CodeCompletionString()
423 sizeof(const char *) * Annotations.size(), in TakeString()
426 Chunks.data(), Chunks.size(), Priority, Availability, Annotations.data(), in TakeString()
427 Annotations.size(), ParentName, BriefComment); in TakeString()
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp261 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
263 /*REMOVE*/ nulls(), Annotations); in LLVMDisasmInstruction()
271 StringRef AnnotationsStr = Annotations.str(); in LLVMDisasmInstruction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h576 const char **Annotations, unsigned NumAnnotations,
685 SmallVector<const char *, 2> Annotations;
733 void AddAnnotation(const char *A) { Annotations.push_back(A); }
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
H A DCodeViewDebug.cpp1056 for (auto Annot : FI.Annotations) { in emitDebugInfoForFunction()
2804 CurFn->Annotations = MF->getCodeViewAnnotations(); in endFunctionImpl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def805 // Annotations for OpenMP pragma directives - #pragma omp ...
811 // Annotations for loop pragma directives #pragma clang loop ...
821 // Annotations for module import translated from #include etc.
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp654 StringRef Annotations(reinterpret_cast<const char *>(Bytes.begin()), in visitKnownRecord()
659 P.formatLine("annotations = {0}", toHex(Annotations)); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp1880 if (Annotations.empty()) in EmitGlobalAnnotations()
1885 Annotations[0]->getType(), Annotations.size()), Annotations); in EmitGlobalAnnotations()
1947 Annotations.push_back(EmitAnnotateAttr(GV, I, D->getLocation())); in AddGlobalAnnotations()
H A DCodeGenModule.h399 std::vector<llvm::Constant*> Annotations; variable
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi42 * Annotations:: Attributes for statements and variables.
742 @node Annotations
743 @section Annotations
755 Annotations are defined and documented in @file{tree-flow.h}.
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp7223 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local
7228 PC, DebugOut, Annotations); in DisassembleMachO()
7231 DebugOut, Annotations); in DisassembleMachO()
7237 StringRef AnnotationsStr = Annotations.str(); in DisassembleMachO()
7296 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local
7298 DebugOut, Annotations)) { in DisassembleMachO()
7313 StringRef AnnotationsStr = Annotations.str(); in DisassembleMachO()
/freebsd-12.1/contrib/gdb/gdb/
H A DNEWS1466 * Annotations
1468 Annotations have been added. These are for use with graphical interfaces,
/freebsd-12.1/contrib/binutils/bfd/po/
H A Dbfd.pot1785 "Stack size for functions. Annotations: '*' max stack, 't' tail call\n"