| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/ |
| H A D | Annotations.cpp | 26 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 D | CMakeLists.txt | 2 Annotations.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 173 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 D | FileCheck.cpp | 380 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 D | Annotations.h | 46 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 D | Annotation2Metadata.cpp | 35 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 D | CodeCompleteConsumer.cpp | 282 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 D | Disassembler.cpp | 266 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 D | BUILD.gn | 8 "Annotations.cpp",
|
| /netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/ |
| H A D | PROBLEMS | 25 Annotations placed by .pdfnote cannot exceed about 200 chars.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 585 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 D | BUILD.gn | 47 "Annotations.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MarkedUpDisassembly.rst | 36 Instruction Annotations
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.h | 150 std::vector<std::pair<MCSymbol *, MDNode *>> Annotations; member
|
| H A D | CodeViewDebug.cpp | 1119 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 D | TokenKinds.def | 862 // 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 D | nullability.rst | 87 Annotations on multi level pointers
|
| /netbsd-src/external/gpl2/groff/dist/doc/ |
| H A D | groff | 65 Node: Footnotes and Annotations44834
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | APINotes.rst | 2 API Notes: Annotations Without Modifying Headers
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | tree-ssa.texi | 39 * Annotations:: Attributes for variables. 46 @node Annotations 47 @section Annotations
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | tree-ssa.texi | 39 * Annotations:: Attributes for variables. 46 @node Annotations 47 @section Annotations
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 415 std::vector<llvm::Constant*> Annotations; variable
|
| H A D | CodeGenModule.cpp | 2457 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 D | MachODump.cpp | 7624 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 D | ChangeLog-1991-2021 | 3237 (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 …]
|