Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp43 OS.emitInt32(BTFType.Info); in emitType()
44 OS.emitInt32(BTFType.Size); in emitType()
69 BTFType.Info = Kind << 24; in BTFTypeDerived()
97 BTFType.Type = 0; in completeType()
113 BTFType.Type = 0; in BTFTypeFwd()
250 BTFType.NameOff = 0; in BTFTypeArray()
252 BTFType.Size = 0; in BTFTypeArray()
346 BTFType.NameOff = 0; in completeType()
394 BTFType.Type = TypeId; in BTFKindVar()
411 BTFType.Size = 0; in BTFKindDataSec()
[all …]
H A DBTFDebug.h44 struct BTF::CommonType BTFType; variable