Lines Matching refs:AddComment
40 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) + in emitType()
43 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType()
164 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType()
242 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Lo32)); in emitType()
244 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Hi32)); in emitType()
319 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType()
1026 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader()
1063 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection()
1114 OS.AddComment("FuncInfo"); in emitBTFExtSection()
1117 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection()
1128 OS.AddComment("LineInfo"); in emitBTFExtSection()
1131 OS.AddComment("LineInfo section string offset=" + in emitBTFExtSection()
1139 OS.AddComment("Line " + std::to_string(LineInfo.LineNum) + " Col " + in emitBTFExtSection()
1147 OS.AddComment("FieldReloc"); in emitBTFExtSection()
1150 OS.AddComment("Field reloc section string offset=" + in emitBTFExtSection()