Lines Matching refs:AddComment
37 OS.AddComment(std::string(BTFKindStr[Kind]) + "(id = " + std::to_string(Id) + in emitType()
40 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType()
161 OS.AddComment("0x" + Twine::utohexstr(IntVal)); in emitType()
239 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Lo32)); in emitType()
241 OS.AddComment("0x" + Twine::utohexstr(Enum.Val_Hi32)); in emitType()
316 OS.AddComment("0x" + Twine::utohexstr(Member.Offset)); in emitType()
987 OS.AddComment("0x" + Twine::utohexstr(BTF::MAGIC)); in emitCommonHeader()
1024 OS.AddComment("string offset=" + std::to_string(StringOffset)); in emitBTFSection()
1075 OS.AddComment("FuncInfo"); in emitBTFExtSection()
1078 OS.AddComment("FuncInfo section string offset=" + in emitBTFExtSection()
1089 OS.AddComment("LineInfo"); in emitBTFExtSection()
1092 OS.AddComment("LineInfo section string offset=" + in emitBTFExtSection()
1100 OS.AddComment("Line " + std::to_string(LineInfo.LineNum) + " Col " + in emitBTFExtSection()
1108 OS.AddComment("FieldReloc"); in emitBTFExtSection()
1111 OS.AddComment("Field reloc section string offset=" + in emitBTFExtSection()