Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h101 uint32_t NameOff; member
144 uint32_t NameOff; ///< Enum name offset in the string table member
166 uint32_t NameOff; ///< Member name offset in the string table member
175 uint32_t NameOff; member
H A DBTFDebug.cpp38 OS.emitInt32(BTFType.NameOff); in emitType()
109 BTFType.NameOff = BDebug.addString(Name); in completeType()
146 BTFType.NameOff = BDebug.addString(Name); in completeType()
188 OS.emitInt32(Enum.NameOff); in emitType()
195 BTFType.NameOff = 0; in BTFTypeArray()
261 OS.emitInt32(Member.NameOff); in emitType()
291 BTFType.NameOff = 0; in completeType()
302 Param.NameOff = 0; in completeType()
312 OS.emitInt32(Param.NameOff); in emitType()
330 BTFType.NameOff = BDebug.addString(Name); in completeType()
[all …]