Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp53 OS.emitInt32(BTFType.NameOff); in emitType()
54 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType()
55 OS.emitInt32(BTFType.Info); in emitType()
56 OS.emitInt32(BTFType.Size); in emitType()
81 BTFType.Info = Kind << 24; in BTFTypeDerived()
89 BTFType.Info = Kind << 24; in BTFTypeDerived()
90 BTFType.Type = NextTypeId; in BTFTypeDerived()
110 BTFType.NameOff = 0; in completeType()
113 BTFType.NameOff = BDebug.addString(Name); in completeType()
126 BTFType.Type = 0; in completeType()
[all …]
H A DBTFDebug.h44 struct BTF::CommonType BTFType; variable