Lines Matching refs:Annotation
458 for (auto &Annotation : InlineSite.annotations()) { in visitKnownRecord() local
459 switch (Annotation.OpCode) { in visitKnownRecord()
466 W.printHex(Annotation.Name, Annotation.U1); in visitKnownRecord()
473 W.printNumber(Annotation.Name, Annotation.U1); in visitKnownRecord()
477 W.printNumber(Annotation.Name, Annotation.S1); in visitKnownRecord()
482 ObjDelegate->getFileNameForFileOffset(Annotation.U1), in visitKnownRecord()
483 Annotation.U1); in visitKnownRecord()
485 W.printHex("ChangeFile", Annotation.U1); in visitKnownRecord()
491 << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1 in visitKnownRecord()
497 << W.hex(Annotation.U2) in visitKnownRecord()
498 << ", Length: " << W.hex(Annotation.U1) << "}\n"; in visitKnownRecord()