Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations() function in Annotations
83 size_t Annotations::point(llvm::StringRef Name) const { in point()
88 Annotations::pointWithPayload(llvm::StringRef Name) const { in pointWithPayload()
96 std::vector<size_t> Annotations::points(llvm::StringRef Name) const { in points()
106 Annotations::pointsWithPayload(llvm::StringRef Name) const { in pointsWithPayload()
119 llvm::StringMap<llvm::SmallVector<size_t, 1>> Annotations::all_points() const { in all_points()
128 Annotations::Range Annotations::range(llvm::StringRef Name) const { in range()
132 std::pair<Annotations::Range, llvm::StringRef>
133 Annotations::rangeWithPayload(llvm::StringRef Name) const { in rangeWithPayload()
141 std::vector<Annotations::Range>
[all …]
H A DCMakeLists.txt6 Annotations.cpp
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h172 BinaryAnnotationIterator(ArrayRef<uint8_t> Annotations) : Data(Annotations) {} in BinaryAnnotationIterator()
202 static uint32_t GetCompressedAnnotation(ArrayRef<uint8_t> &Annotations) { in GetCompressedAnnotation()
203 if (Annotations.empty()) in GetCompressedAnnotation()
206 uint8_t FirstByte = Annotations.front(); in GetCompressedAnnotation()
207 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
212 if (Annotations.empty()) in GetCompressedAnnotation()
215 uint8_t SecondByte = Annotations.front(); in GetCompressedAnnotation()
216 Annotations = Annotations.drop_front(); in GetCompressedAnnotation()
221 if (Annotations.empty()) in GetCompressedAnnotation()
224 uint8_t ThirdByte = Annotations.front(); in GetCompressedAnnotation()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h536 Metadata *Annotations;
542 Metadata *ExtraData, Metadata *Annotations)
546 Flags(Flags), ExtraData(ExtraData), Annotations(Annotations) {}
553 ExtraData(N->getRawExtraData()), Annotations(N->getRawAnnotations()) {}
564 Annotations == RHS->getRawAnnotations();
636 Metadata *Annotations;
645 Metadata *Allocated, Metadata *Rank, Metadata *Annotations)
653 Annotations(Annotations) {}
666 Rank(N->getRawRank()), Annotations(N->getRawAnnotations()) {}
684 Annotations == RHS->getRawAnnotations();
[all …]
H A DDIBuilder.cpp322 StringRef Name, DINodeArray Annotations) { in createPointerType() argument
327 nullptr, Annotations); in createPointerType()
354 DINodeArray Annotations) { in createTypedef() argument
358 Annotations); in createTypedef()
383 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createMemberType() argument
387 Flags, nullptr, Annotations); in createMemberType()
409 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType() argument
417 Annotations); in createBitFieldMemberType()
668 DINodeArray Annotations) { in createReplaceableCompositeType() argument
674 nullptr, Annotations) in createReplaceableCompositeType()
[all …]
H A DDebugInfoMetadata.cpp671 Metadata *ExtraData, Metadata *Annotations, in getImpl() argument
677 ExtraData, Annotations)); in getImpl()
678 Metadata *Ops[] = {File, Scope, Name, BaseType, ExtraData, Annotations}; in getImpl()
692 Metadata *Rank, Metadata *Annotations, StorageType Storage, in getImpl() argument
702 Rank, Annotations)); in getImpl()
706 Rank, Annotations}; in getImpl()
720 Metadata *Rank, Metadata *Annotations) { in buildODRType() argument
730 DataLocation, Associated, Allocated, Rank, Annotations); in buildODRType()
746 Rank, Annotations}; in buildODRType()
762 Metadata *Rank, Metadata *Annotations) { in getODRType() argument
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Testing/Annotations/
H A DBUILD.gn1 static_library("Annotations") {
4 sources = [ "Annotations.cpp" ]
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp384 std::vector<InputAnnotation> &Annotations, in BuildInputAnnotations() argument
456 Annotations.push_back(A); in BuildInputAnnotations()
461 Annotations.push_back(A); in BuildInputAnnotations()
482 Annotations.push_back(B); in BuildInputAnnotations()
538 std::vector<InputAnnotation> &Annotations, in DumpAnnotatedInput() argument
543 llvm::sort(Annotations, in DumpAnnotatedInput()
618 auto AnnotationItr = Annotations.begin(), AnnotationEnd = Annotations.end(); in DumpAnnotatedInput()
886 std::vector<InputAnnotation> Annotations; in main() local
889 Annotations, LabelWidth); in main()
891 InputFileText, Annotations, LabelWidth); in main()
/openbsd-src/gnu/llvm/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h53 class Annotations {
68 Annotations(llvm::StringRef Text);
129 const llvm::Annotations::Range &R);
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dannotate.texinfo15 @settitle @value{GDBN}'s Obsolete Annotations
44 @title @value{GDBN}'s Obsolete Annotations
63 @top GDB Annotations
74 * Annotations Overview:: What annotations are; the general syntax.
78 * Value Annotations:: Values are marked as such.
79 * Frame Annotations:: Stack frames are annotated.
81 * Prompting:: Annotations marking @value{GDBN}'s need for input.
82 * Errors:: Annotations for error messages.
85 * Annotations for Running::
87 * Source Annotations:: Annotations describing source code.
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDIBuilder.h260 StringRef Name = "", DINodeArray Annotations = nullptr);
292 DINodeArray Annotations = nullptr);
325 DINodeArray Annotations = nullptr);
365 DINodeArray Annotations = nullptr);
631 StringRef UniqueIdentifier = "", DINodeArray Annotations = nullptr);
682 DINodeArray Annotations = nullptr);
729 DINodeArray Annotations = nullptr);
768 DINodeArray Annotations = nullptr,
H A DDebugInfoMetadata.h985 Metadata *ExtraData, DINodeArray Annotations, StorageType Storage,
989 DWARFAddressSpace, Flags, ExtraData, Annotations.get(),
997 Metadata *ExtraData, Metadata *Annotations, StorageType Storage,
1014 Metadata *ExtraData = nullptr, Metadata *Annotations = nullptr),
1016 OffsetInBits, DWARFAddressSpace, Flags, ExtraData, Annotations))
1023 DINodeArray Annotations = nullptr),
1026 ExtraData, Annotations))
1116 DINodeArray Annotations, StorageType Storage,
1123 Associated, Allocated, Rank, Annotations.get(), Storage, ShouldCreate);
1133 Metadata *Annotations, StorageType Storage, bool ShouldCreate = true);
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Testing/
H A DCMakeLists.txt1 add_subdirectory(Annotations)
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Testing/Annotations/
H A DBUILD.gn6 "//llvm/lib/Testing/Annotations",
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp265 raw_svector_ostream Annotations(InsnStr); in LLVMDisasmInstruction() local
266 S = DisAsm->getInstruction(Inst, Size, Data, PC, Annotations); in LLVMDisasmInstruction()
274 StringRef AnnotationsStr = Annotations.str(); in LLVMDisasmInstruction()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp285 CXAvailabilityKind Availability, const char **Annotations, in CodeCompletionString() argument
300 StoredAnnotations[I] = Annotations[I]; in CodeCompletionString()
433 sizeof(const char *) * Annotations.size(), in TakeString()
436 Chunks.data(), Chunks.size(), Priority, Availability, Annotations.data(), in TakeString()
437 Annotations.size(), ParentName, BriefComment); in TakeString()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Sema/
H A DBUILD.gn14 "//llvm/lib/Testing/Annotations",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/pseudo/unittests/
H A DBUILD.gn12 "//llvm/lib/Testing/Annotations",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/
H A DBUILD.gn32 "//llvm/lib/Testing/Annotations",
51 "Annotations.cpp",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/
H A DBUILD.gn16 "//llvm/lib/Testing/Annotations",
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1466 Metadata *Annotations = nullptr; in parseOneMetadata() local
1468 Annotations = getMDOrNull(Record[13]); in parseOneMetadata()
1479 getDITypeRefOrNull(Record[11]), Annotations)), in parseOneMetadata()
1513 Metadata *Annotations = nullptr; in parseOneMetadata() local
1555 Annotations = getMDOrNull(Record[21]); in parseOneMetadata()
1564 Allocated, Rank, Annotations); in parseOneMetadata()
1573 Allocated, Rank, Annotations)); in parseOneMetadata()
1905 Metadata *Annotations = nullptr; in parseOneMetadata() local
1907 Annotations = getMDOrNull(Record[12]); in parseOneMetadata()
1916 Record[11], Annotations)), in parseOneMetadata()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/Analysis/FlowSensitive/
H A DBUILD.gn17 "//llvm/lib/Testing/Annotations",
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/unittests/AST/
H A DBUILD.gn15 "//llvm/lib/Testing/Annotations",
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2797 auto Annotations = AnnotationInfos.find(II); in addMacroDeprecationMsg() local
2798 if (Annotations == AnnotationInfos.end()) in addMacroDeprecationMsg()
2803 Annotations->second.DeprecationInfo = in addMacroDeprecationMsg()
2809 auto Annotations = AnnotationInfos.find(II); in addRestrictExpansionMsg() local
2810 if (Annotations == AnnotationInfos.end()) in addRestrictExpansionMsg()
2815 Annotations->second.RestrictExpansionInfo = in addRestrictExpansionMsg()
2820 auto Annotations = AnnotationInfos.find(II); in addFinalLoc() local
2821 if (Annotations == AnnotationInfos.end()) in addFinalLoc()
2825 Annotations->second.FinalAnnotationLoc = AnnotationLoc; in addFinalLoc()

123