Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp40 OS.emitInt32(BTFType.Info); in emitType()
41 OS.emitInt32(BTFType.Size); in emitType()
66 BTFType.Info = Kind << 24; in BTFTypeDerived()
85 BTFType.Type = 0; in completeType()
101 BTFType.Type = 0; in BTFTypeFwd()
136 BTFType.Info = Kind << 24; in BTFTypeInt()
195 BTFType.NameOff = 0; in BTFTypeArray()
197 BTFType.Size = 0; in BTFTypeArray()
291 BTFType.NameOff = 0; in completeType()
339 BTFType.Type = TypeId; in BTFKindVar()
[all …]
H A DBTFDebug.h44 struct BTF::CommonType BTFType; variable