| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolDumper.cpp | 456 for (auto &Annotation : InlineSite.annotations()) { in visitKnownRecord() local 457 switch (Annotation.OpCode) { in visitKnownRecord() 464 W.printHex(Annotation.Name, Annotation.U1); in visitKnownRecord() 471 W.printNumber(Annotation.Name, Annotation.U1); in visitKnownRecord() 475 W.printNumber(Annotation.Name, Annotation.S1); in visitKnownRecord() 480 ObjDelegate->getFileNameForFileOffset(Annotation.U1), in visitKnownRecord() 481 Annotation.U1); in visitKnownRecord() 483 W.printHex("ChangeFile", Annotation.U1); in visitKnownRecord() 489 << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1 in visitKnownRecord() 495 << W.hex(Annotation.U2) in visitKnownRecord() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagInstr.cpp | 18 if (const auto *Annotation = getOpcodeAnnotation()) in print() local 19 OS << Annotation->TheDef->getName(); in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Testing/Annotations/ |
| H A D | Annotations.cpp | 32 llvm::SmallVector<Annotation, 8> OpenRanges; in Annotations() 55 const Annotation &NewRange = OpenRanges.back(); in Annotations() 92 const Annotation &P = All[I->getValue()[0]]; in pointWithPayload() 137 const Annotation &R = All[I->getValue()[0]]; in rangeWithPayload()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 808 // Annotation for #pragma unused(...) 813 // Annotation for #pragma GCC visibility... 818 // Annotation for #pragma pack... 823 // Annotation for #pragma clang __debug parser_crash... 828 // Annotation for #pragma clang __debug captured... 833 // Annotation for #pragma clang __debug dump... 838 // Annotation for #pragma ms_struct... 843 // Annotation for #pragma align... 848 // Annotation for #pragma weak id 853 // Annotation for #pragma weak id = id [all …]
|
| H A D | DiagnosticFrontendKinds.td | 328 "Annotation was correct on %0 of profiled executions.">,
|
| H A D | Attr.td | 820 let Args = [StringArgument<"Annotation">, VariadicExprArgument<"Args">]; 824 static AnnotateAttr *Create(ASTContext &Ctx, llvm::StringRef Annotation, \ 826 return AnnotateAttr::Create(Ctx, Annotation, nullptr, 0, CommonInfo); 828 static AnnotateAttr *CreateImplicit(ASTContext &Ctx, llvm::StringRef Annotation, \ 830 return AnnotateAttr::CreateImplicit(Ctx, Annotation, nullptr, 0, CommonInfo); 840 let Args = [StringArgument<"Annotation">, VariadicExprArgument<"Args">];
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Testing/Annotations/ |
| H A D | Annotations.h | 115 struct Annotation { struct 122 std::vector<Annotation> All; argument
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolAnnotation.h | 19 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
|
| H A D | PDBTypes.h | 252 Annotation, enumerator
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 1021 NestedNameSpecifierAnnotation *Annotation in SaveNestedNameSpecifierAnnotation() local 1023 Annotation->NNS = SS.getScopeRep(); in SaveNestedNameSpecifierAnnotation() 1024 memcpy(Annotation + 1, SS.location_data(), SS.location_size()); in SaveNestedNameSpecifierAnnotation() 1025 return Annotation; in SaveNestedNameSpecifierAnnotation() 1036 NestedNameSpecifierAnnotation *Annotation in RestoreNestedNameSpecifierAnnotation() local 1038 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1)); in RestoreNestedNameSpecifierAnnotation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.cpp | 141 StringRef Annotation, in printInst() argument 146 printAnnotation(OS, Annotation); in printInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 309 uint32_t Annotation = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() local 310 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation() 311 Result.U1 = Annotation & 0xf; in ParseCurrentAnnotation()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 73 FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation) in createSymbol()
|
| H A D | PDBExtras.cpp | 248 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Annotation, OS) in operator <<()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 411 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() argument 413 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 341 void addAnnotationMetadata(StringRef Annotation);
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | PackingElement.pod | 147 =item ::Annotation
|
| H A D | PackingElement.pm | 188 package OpenBSD::PackingElement::Annotation;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | annotate.texinfo | 95 @chapter What is an Annotation? 145 @chapter Limitations of the Annotation Interface 548 @chapter Annotation for @value{GDBN} Input
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 587 for (const Metadata *Annotation : Annotations->operands()) { in processDeclAnnotations() local 588 const MDNode *MD = cast<MDNode>(Annotation); in processDeclAnnotations()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Verifier.cpp | 477 void visitAnnotationMetadata(MDNode *Annotation); 4630 void Verifier::visitAnnotationMetadata(MDNode *Annotation) { in visitAnnotationMetadata() argument 4631 Check(isa<MDTuple>(Annotation), "annotation must be a tuple"); in visitAnnotationMetadata() 4632 Check(Annotation->getNumOperands() >= 1, in visitAnnotationMetadata() 4634 for (const MDOperand &Op : Annotation->operands()) in visitAnnotationMetadata() 4886 if (MDNode *Annotation = I.getMetadata(LLVMContext::MD_annotation)) in visitInstruction() local 4887 visitAnnotationMetadata(Annotation); in visitInstruction()
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | Index.txt | 212 Annotation Signs, Arabic Koranic 06D6 213 Annotation Signs, Arabic Qur'anic 06D6 215 Annotation, Interlinear FFF9 216 Annotation, Japanese Kanbun Ideographic 3190 267 Arabic Koranic Annotation Signs 06D6 283 Arabic Qur'anic Annotation Signs 06D6 2633 Ideographic Annotation, Japanese Kanbun 3190 2745 Interlinear Annotation FFF9 2836 Japanese Kanbun Ideographic Annotation 3190 2872 Kanbun Ideographic Annotation, Japanese 3190 [all …]
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 2536 CXString Annotation; in print_completion_result() local 2571 Annotation = in print_completion_result() 2573 fprintf(file, "\"%s\"", clang_getCString(Annotation)); in print_completion_result() 2574 clang_disposeString(Annotation); in print_completion_result()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 856 for (const Metadata *Annotation : Annotations->operands()) { in addAnnotation() local 857 const MDNode *MD = cast<MDNode>(Annotation); in addAnnotation()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | InternalsManual.rst | 1090 translation by replacing tokens returned by the preprocessor with "Annotation 1095 Annotation Tokens 1098 Annotation tokens are tokens that are synthesized by the parser and injected 1108 Annotation tokens are created by the parser and reinjected into the parser's 1126 * **TokenKind "Kind"** --- This indicates the kind of Annotation token this is. 1129 Annotation tokens currently come in three kinds:
|