Home
last modified time | relevance | path

Searched refs:Annotation (Results 1 – 25 of 32) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp456 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 DGIMatchDagInstr.cpp18 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 DAnnotations.cpp32 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 DTokenKinds.def808 // 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 DDiagnosticFrontendKinds.td328 "Annotation was correct on %0 of profiled executions.">,
H A DAttr.td820 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 DAnnotations.h115 struct Annotation { struct
122 std::vector<Annotation> All; argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolAnnotation.h19 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
H A DPDBTypes.h252 Annotation, enumerator
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp1021 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 DLanaiInstPrinter.cpp141 StringRef Annotation, in printInst() argument
146 printAnnotation(OS, Annotation); in printInst()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h309 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 DPDBSymbol.cpp73 FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation) in createSymbol()
H A DPDBExtras.cpp248 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Annotation, OS) in operator <<()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCCodeView.cpp411 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 DInstruction.h341 void addAnnotationMetadata(StringRef Annotation);
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DPackingElement.pod147 =item ::Annotation
H A DPackingElement.pm188 package OpenBSD::PackingElement::Annotation;
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dannotate.texinfo95 @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 DBTFDebug.cpp587 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 DVerifier.cpp477 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 DIndex.txt212 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 Dc-index-test.c2536 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 DDwarfUnit.cpp856 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 DInternalsManual.rst1090 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:

12