Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTF.h104 uint32_t NameOff; member
147 uint32_t NameOff; ///< Enum name offset in the string table member
155 uint32_t NameOff; ///< Enum name offset in the string table member
178 uint32_t NameOff; ///< Member name offset in the string table member
187 uint32_t NameOff; member
H A DBTFDebug.cpp39 OS.emitInt32(BTFType.NameOff); in emitType()
84 BTFType.NameOff = BDebug.addString(Name); in completeType()
119 BTFType.NameOff = BDebug.addString(Name); in completeType()
156 BTFType.NameOff = BDebug.addString(Name); in completeType()
199 OS.emitInt32(Enum.NameOff); in emitType()
238 OS.emitInt32(Enum.NameOff); in emitType()
248 BTFType.NameOff = 0; in BTFTypeArray()
314 OS.emitInt32(Member.NameOff); in emitType()
344 BTFType.NameOff = 0; in completeType()
355 Param.NameOff = 0; in completeType()
[all …]