| /freebsd-14.2/contrib/llvm-project/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 …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 844 // Annotation for #pragma unused(...) 849 // Annotation for #pragma GCC visibility... 854 // Annotation for #pragma pack... 874 // Annotation for #pragma ms_struct... 879 // Annotation for #pragma align... 884 // Annotation for #pragma weak id 889 // Annotation for #pragma weak id = id 910 // Annotation for #pragma STDC FENV_ROUND 920 // Annotation for #pragma float_control 930 // Annotation for #pragma vtordisp... [all …]
|
| H A D | DiagnosticFrontendKinds.td | 349 "Annotation was correct on %0 of profiled executions.">,
|
| H A D | Attr.td | 879 let Args = [StringArgument<"Annotation">, VariadicExprArgument<"Args">]; 883 static AnnotateAttr *Create(ASTContext &Ctx, llvm::StringRef Annotation, \ 885 return AnnotateAttr::Create(Ctx, Annotation, nullptr, 0, CommonInfo); 887 static AnnotateAttr *CreateImplicit(ASTContext &Ctx, llvm::StringRef Annotation, \ 889 return AnnotateAttr::CreateImplicit(Ctx, Annotation, nullptr, 0, CommonInfo); 899 let Args = [StringArgument<"Annotation">, VariadicExprArgument<"Args">];
|
| H A D | Builtins.def | 1645 // Annotation function
|
| H A D | AttrDocs.td | 2897 def DocCatConsumed : DocumentationCategory<"Consumed Annotation Checking"> {
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Testing/Annotations/ |
| H A D | Annotations.h | 115 struct Annotation { struct 122 std::vector<Annotation> All; argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 997 NestedNameSpecifierAnnotation *Annotation in SaveNestedNameSpecifierAnnotation() local 999 Annotation->NNS = SS.getScopeRep(); in SaveNestedNameSpecifierAnnotation() 1000 memcpy(Annotation + 1, SS.location_data(), SS.location_size()); in SaveNestedNameSpecifierAnnotation() 1001 return Annotation; in SaveNestedNameSpecifierAnnotation() 1012 NestedNameSpecifierAnnotation *Annotation in RestoreNestedNameSpecifierAnnotation() local 1014 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1)); in RestoreNestedNameSpecifierAnnotation()
|
| /freebsd-14.2/contrib/llvm-project/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.cpp | 141 StringRef Annotation, in printInst() argument 146 printAnnotation(OS, Annotation); in printInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbol.cpp | 73 FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation) in createSymbol()
|
| H A D | PDBExtras.cpp | 250 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Annotation, OS) in operator <<()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 330 uint32_t Annotation = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() local 331 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation() 332 Result.U1 = Annotation & 0xf; in ParseCurrentAnnotation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 434 static bool compressAnnotation(BinaryAnnotationsOpCode Annotation, in compressAnnotation() argument 436 return compressAnnotation(static_cast<uint32_t>(Annotation), Buffer); in compressAnnotation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 417 void addAnnotationMetadata(StringRef Annotation);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Verifier.cpp | 510 void visitAnnotationMetadata(MDNode *Annotation); 4805 void Verifier::visitAnnotationMetadata(MDNode *Annotation) { in visitAnnotationMetadata() argument 4806 Check(isa<MDTuple>(Annotation), "annotation must be a tuple"); in visitAnnotationMetadata() 4807 Check(Annotation->getNumOperands() >= 1, in visitAnnotationMetadata() 4809 for (const MDOperand &Op : Annotation->operands()) { in visitAnnotationMetadata() 4812 all_of(cast<MDTuple>(Op)->operands(), [](auto &Annotation) { in visitAnnotationMetadata() argument 4813 return isa<MDString>(Annotation.get()); in visitAnnotationMetadata() 5068 if (MDNode *Annotation = I.getMetadata(LLVMContext::MD_annotation)) in visitInstruction() local 5069 visitAnnotationMetadata(Annotation); in visitInstruction()
|
| H A D | Metadata.cpp | 1672 for (StringRef Annotation : Annotations) in addAnnotationMetadata() local 1673 MDAnnotationStrings.push_back(MDB.createString(Annotation)); in addAnnotationMetadata()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 588 for (const Metadata *Annotation : Annotations->operands()) { in processDeclAnnotations() local 589 const MDNode *MD = cast<MDNode>(Annotation); in processDeclAnnotations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 857 for (const Metadata *Annotation : Annotations->operands()) { in addAnnotation() local 858 const MDNode *MD = cast<MDNode>(Annotation); in addAnnotation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstrInfo.td | 115 // 3.42.3 Annotation Instructions
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7205 void RestoreNestedNameSpecifierAnnotation(void *Annotation,
|