Home
last modified time | relevance | path

Searched refs:NameOff (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h109 uint32_t NameOff; member
155 uint32_t NameOff; ///< Enum name offset in the string table member
163 uint32_t NameOff; ///< Enum name offset in the string table member
186 uint32_t NameOff; ///< Member name offset in the string table member
195 uint32_t NameOff; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp41 OS.emitInt32(BTFType.NameOff); in emitType()
86 BTFType.NameOff = BDebug.addString(Name); in completeType()
121 BTFType.NameOff = BDebug.addString(Name); in completeType()
158 BTFType.NameOff = BDebug.addString(Name); in completeType()
201 OS.emitInt32(Enum.NameOff); in emitType()
240 OS.emitInt32(Enum.NameOff); in emitType()
250 BTFType.NameOff = 0; in BTFTypeArray()
316 OS.emitInt32(Member.NameOff); in emitType()
346 BTFType.NameOff = 0; in completeType()
357 Param.NameOff = 0; in completeType()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp239 << " Name = " << findString(Type->NameOff) << "\n" in parseTypesInfo()
519 Stream << " type_tag(\"" << BTF.findString(Type->NameOff) << "\")"; in printMod()
738 Stream << " " << StrOrAnon({*this, Type->NameOff, CurId}); in symbolize()
765 uint32_t NameOff; in symbolize() local
772 NameOff = E.NameOff; in symbolize()
778 NameOff = E.NameOff; in symbolize()
785 Stream << StrOrAnon({*this, NameOff, Idx}); in symbolize()
834 Stream << StrOrAnon({*this, Member.NameOff, Idx}); in symbolize()