Lines Matching refs:Annotation
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()
496 << ", Length: " << W.hex(Annotation.U1) << "}\n"; in visitKnownRecord()