Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/libc/spec/
H A Dspec.td122 class Annotation {}
124 class RetValSpec<Type type, list<Annotation> annotations = []> {
126 list<Annotation> Annotations = annotations;
129 class ArgSpec<Type type, list<Annotation> annotations = [], string name = ""> {
131 list<Annotation> Annotations = annotations;
/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagInstr.cpp18 if (const auto *Annotation = getOpcodeAnnotation()) in print() local
19 OS << Annotation->TheDef->getName(); in print()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTokenKinds.def792 // Annotation for #pragma unused(...)
797 // Annotation for #pragma GCC visibility...
802 // Annotation for #pragma pack...
822 // Annotation for #pragma ms_struct...
827 // Annotation for #pragma align...
832 // Annotation for #pragma weak id
837 // Annotation for #pragma weak id = id
858 // Annotation for #pragma STDC FENV_ROUND
863 // Annotation for #pragma float_control
873 // Annotation for #pragma vtordisp...
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/PGOProfile/
H A Dmisexpect-branch.ll13 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
16 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
19 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
22 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
25 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
H A Dmisexpect-branch-stripped.ll11 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
14 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
17 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
20 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 1…
H A Dmisexpect-switch-default.ll11 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
14 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
17 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
20 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
23 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
H A Dmisexpect-switch.ll14 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
17 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
20 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
23 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
26 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 0…
H A Dmisexpect-branch-overflow.ll8 …otential performance regression from use of the llvm.expect intrinsic: Annotation was correct on 5…
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolAnnotation.h19 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Annotation)
H A DPDBTypes.h252 Annotation, enumerator
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp1022 NestedNameSpecifierAnnotation *Annotation in SaveNestedNameSpecifierAnnotation() local
1024 Annotation->NNS = SS.getScopeRep(); in SaveNestedNameSpecifierAnnotation()
1025 memcpy(Annotation + 1, SS.location_data(), SS.location_size()); in SaveNestedNameSpecifierAnnotation()
1026 return Annotation; in SaveNestedNameSpecifierAnnotation()
1037 NestedNameSpecifierAnnotation *Annotation in RestoreNestedNameSpecifierAnnotation() local
1039 SS.Adopt(NestedNameSpecifierLoc(Annotation->NNS, Annotation + 1)); in RestoreNestedNameSpecifierAnnotation()
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dsuper-dealloc-attribute.m29 - (void) AnnotMyDeallocMeth; // Annotated in root but not here. Annotation is inherited though
60 - (void) AnnotMyDeallocMethCAT; // Annotated in root but not here. Annotation is inherited though
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp433 Base->annotate(MIB, Annotation); in annotate()
434 Scale->annotate(MIB, Annotation); in annotate()
435 Index->annotate(MIB, Annotation); in annotate()
436 Offset->annotate(MIB, Annotation); in annotate()
469 Reg->annotate(MIB, Annotation); in annotate()
520 Base->annotate(MIB, Annotation); in annotate()
521 Scale->annotate(MIB, Annotation); in annotate()
522 Index->annotate(MIB, Annotation); in annotate()
523 Offset->annotate(MIB, Annotation); in annotate()
572 A->annotate(MIB, Annotation); in annotate()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp141 StringRef Annotation, in printInst() argument
146 printAnnotation(OS, Annotation); in printInst()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h318 for (MCPlus::MCAnnotation *Annotation : Allocator.AnnotationPool) in freeValuesAllocator()
319 Annotation->~MCAnnotation(); in freeValuesAllocator()
331 for (MCPlus::MCAnnotation *Annotation : Allocator.AnnotationPool) in freeAnnotations()
332 Annotation->~MCAnnotation(); in freeAnnotations()
653 virtual void annotate(MCPlusBuilder &MIA, StringRef Annotation) {} in annotate()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp421 InsertItemWithTag(PDB_SymType::Annotation); in SetUp()
483 VerifyDyncast<PDBSymbolAnnotation>(PDB_SymType::Annotation); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/pseudo/unittests/
H A DGrammarTest.cpp102 TEST_F(GrammarTest, Annotation) { in TEST_F() argument
/llvm-project-15.0.7/bolt/unittests/Core/
H A DMCPlusBuilder.cpp133 TEST_P(MCPlusBuilderTester, Annotation) { in TEST_P() argument
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h310 uint32_t Annotation = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() local
311 Result.S1 = DecodeSignedOperand(Annotation >> 4); in ParseCurrentAnnotation()
312 Result.U1 = Annotation & 0xf; in ParseCurrentAnnotation()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp73 FACTORY_SYMTAG_CASE(Annotation, PDBSymbolAnnotation) in createSymbol()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp401 void BinaryFunction::print(raw_ostream &OS, std::string Annotation, in print() argument
408 OS << "Binary Function \"" << *this << "\" " << Annotation << " {"; in print()
2965 std::string constructFilename(std::string Filename, std::string Annotation, in constructFilename() argument
2968 if (!Annotation.empty()) in constructFilename()
2969 Annotation.insert(0, "-"); in constructFilename()
2970 if (Filename.size() + Annotation.size() + Suffix.size() > MAX_PATH) { in constructFilename()
2971 assert(Suffix.size() + Annotation.size() <= MAX_PATH); in constructFilename()
2973 errs() << "BOLT-WARNING: Filename \"" << Filename << Annotation << Suffix in constructFilename()
2976 Filename.resize(MAX_PATH - (Suffix.size() + Annotation.size())); in constructFilename()
2978 Filename += Annotation; in constructFilename()
[all …]
H A DMCPlusBuilder.cpp315 const auto *Annotation = reinterpret_cast<const MCAnnotation *>(Value); in printAnnotations() local
318 Annotation->print(OS); in printAnnotations()
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A D2004-04-05-InvokeCastCrash.ll11 %"struct.llvm::Annotable" = type { i32 (...)**, %"struct.llvm::Annotation"* }
12 …%"struct.llvm::Annotation" = type { i32 (...)**, %"struct.llvm::AnnotationID", %"struct.llvm::Anno…
27 …%"struct.llvm::MachineFunction" = type { %"struct.llvm::Annotation", %"struct.llvm::Function"*, %"…
/llvm-project-15.0.7/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()

12