| /freebsd-13.1/contrib/llvm-project/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 <<()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 173 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator() 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() 217 Annotations = Annotations.drop_front(); in GetCompressedAnnotation() 222 if (Annotations.empty()) in GetCompressedAnnotation() 225 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation() 226 Annotations = Annotations.drop_front(); in GetCompressedAnnotation() 228 if (Annotations.empty()) in GetCompressedAnnotation() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Testing/Support/ |
| H A D | Annotations.h | 46 class Annotations { 61 Annotations(llvm::StringRef Text); 88 const llvm::Annotations::Range &R);
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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() 2932 CurFn->Annotations = MF->getCodeViewAnnotations(); in endFunctionImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 865 // Annotations for OpenMP pragma directives - #pragma omp ... 878 // Annotations for loop pragma directives #pragma clang loop ... 888 // Annotations for module import translated from #include etc.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.h | 415 std::vector<llvm::Constant*> Annotations; variable
|
| H A D | CodeGenModule.cpp | 2487 if (Annotations.empty()) in EmitGlobalAnnotations() 2492 Annotations[0]->getType(), Annotations.size()), Annotations); in EmitGlobalAnnotations() 2595 Annotations.push_back(EmitAnnotateAttr(GV, I, D->getLocation())); in AddGlobalAnnotations()
|
| /freebsd-13.1/contrib/llvm-project/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()
|