Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
68 size_t Annotations::point(llvm::StringRef Name) const { in point()
75 std::vector<size_t> Annotations::points(llvm::StringRef Name) const { in points()
82 Annotations::Range Annotations::range(llvm::StringRef Name) const { in range()
89 std::vector<Annotations::Range>
90 Annotations::ranges(llvm::StringRef Name) const { in ranges()
98 const llvm::Annotations::Range &R) { in operator <<()
H A DCMakeLists.txt2 Annotations.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator()
203 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()
204 if (Annotations.empty()) in GetCompressedAnnotation()
207 uint8_t FirstByte = Annotations.front(); in GetCompressedAnnotation()
208 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
213 if (Annotations.empty()) in GetCompressedAnnotation()
216 uint8_t SecondByte = Annotations.front(); in GetCompressedAnnotation()
217 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
222 if (Annotations.empty()) in GetCompressedAnnotation()
225 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp380 std::vector<InputAnnotation> &Annotations, in BuildInputAnnotations() argument
453 Annotations.push_back(A); in BuildInputAnnotations()
458 Annotations.push_back(A); in BuildInputAnnotations()
479 Annotations.push_back(B); in BuildInputAnnotations()
535 std::vector<InputAnnotation> &Annotations, in DumpAnnotatedInput() argument
540 llvm::sort(Annotations, in DumpAnnotatedInput()
615 auto AnnotationItr = Annotations.begin(), AnnotationEnd = Annotations.end(); in DumpAnnotatedInput()
883 std::vector<InputAnnotation> Annotations; in main() local
886 Annotations, LabelWidth); in main()
888 InputFileText, Annotations, LabelWidth); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DAnnotations.h46 class Annotations {
61 Annotations(llvm::StringRef Text);
88 const llvm::Annotations::Range &R);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAnnotation2Metadata.cpp35 auto *Annotations = M.getGlobalVariable("llvm.global.annotations"); in convertAnnotation2Metadata() local
36 auto *C = dyn_cast_or_null<Constant>(Annotations); in convertAnnotation2Metadata()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp282 CXAvailabilityKind Availability, const char **Annotations, in CodeCompletionString() argument
297 StoredAnnotations[I] = Annotations[I]; in CodeCompletionString()
422 sizeof(const char *) * Annotations.size(), in TakeString()
425 Chunks.data(), Chunks.size(), Priority, Availability, Annotations.data(), in TakeString()
426 Annotations.size(), ParentName, BriefComment); in TakeString()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp266 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
267 S = DisAsm->getInstruction(Inst, Size, Data, PC, Annotations); in LLVMDisasmInstruction()
275 StringRef AnnotationsStr = Annotations.str(); in LLVMDisasmInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Testing/Support/
H A DBUILD.gn8 "Annotations.cpp",
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A DPROBLEMS25 Annotations placed by .pdfnote cannot exceed about 200 chars.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h585 const char **Annotations, unsigned NumAnnotations,
686 SmallVector<const char *, 2> Annotations; variable
734 void AddAnnotation(const char *A) { Annotations.push_back(A); } in AddAnnotation()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/
H A DBUILD.gn47 "Annotations.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DMarkedUpDisassembly.rst36 Instruction Annotations
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
H A DCodeViewDebug.cpp1119 for (auto Annot : FI.Annotations) { in emitDebugInfoForFunction()
2931 CurFn->Annotations = MF->getCodeViewAnnotations(); in endFunctionImpl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTokenKinds.def862 // Annotations for OpenMP pragma directives - #pragma omp ...
868 // Annotations for loop pragma directives #pragma clang loop ...
878 // Annotations for module import translated from #include etc.
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A Dnullability.rst87 Annotations on multi level pointers
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgroff65 Node: Footnotes and Annotations44834
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAPINotes.rst2 API Notes: Annotations Without Modifying Headers
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dtree-ssa.texi39 * Annotations:: Attributes for variables.
46 @node Annotations
47 @section Annotations
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtree-ssa.texi39 * Annotations:: Attributes for variables.
46 @node Annotations
47 @section Annotations
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h415 std::vector<llvm::Constant*> Annotations; variable
H A DCodeGenModule.cpp2457 if (Annotations.empty()) in EmitGlobalAnnotations()
2462 Annotations[0]->getType(), Annotations.size()), Annotations); in EmitGlobalAnnotations()
2565 Annotations.push_back(EmitAnnotateAttr(GV, I, D->getLocation())); in AddGlobalAnnotations()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7624 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local
7629 PC, Annotations); in DisassembleMachO()
7632 Annotations); in DisassembleMachO()
7638 StringRef AnnotationsStr = Annotations.str(); in DisassembleMachO()
7701 raw_svector_ostream Annotations(AnnotationsBytes); in DisassembleMachO() local
7703 Annotations)) { in DisassembleMachO()
7718 StringRef AnnotationsStr = Annotations.str(); in DisassembleMachO()
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/
H A DChangeLog-1991-20213237 (PowerPC Embedded, Define, Annotations for Running)
3245 (Source Annotations, Using JIT Debug Info Readers, Packets)
8616 * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
8800 (Prompting, Errors, Invalidation, Annotations for Running)
8801 (Source Annotations): Fix index entries by adding "annotation" to
9424 Annotations here.
9464 (Annotations Overview): Fix the reference to GDB name.
9642 (Annotations Overview): Document "show annotate".
9708 (Annotations Overview): Describe the "set annotate" command.
9861 (Annotations Overview, Maintenance Commands, File-I/O Overview):
[all …]

1234