Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTFDebug.cpp38 OS.EmitIntValue(BTFType.Info, 4); in emitType()
39 OS.EmitIntValue(BTFType.Size, 4); in emitType()
63 BTFType.Info = Kind << 24; in BTFTypeDerived()
75 BTFType.Type = 0; in completeType()
87 BTFType.Type = 0; in BTFTypeFwd()
118 BTFType.Info = Kind << 24; in BTFTypeInt()
164 BTFType.Info = Kind << 24; in BTFTypeArray()
171 BTFType.Size = 0; in completeType()
267 BTFType.NameOff = 0; in completeType()
296 BTFType.Info = Kind << 24; in BTFTypeFunc()
[all …]
H A DBTFDebug.h37 struct BTF::CommonType BTFType; variable