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.cpp42 OS.emitInt32(BTFType.NameOff); in emitType()
43 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info)); in emitType()
44 OS.emitInt32(BTFType.Info); in emitType()
45 OS.emitInt32(BTFType.Size); in emitType()
70 BTFType.Info = Kind << 24; in BTFTypeDerived()
78 BTFType.Info = Kind << 24; in BTFTypeDerived()
79 BTFType.Type = NextTypeId; in BTFTypeDerived()
87 BTFType.NameOff = BDebug.addString(Name); in completeType()
98 BTFType.Type = 0; in completeType()
100 BTFType.Type = BDebug.getTypeId(ResolvedType); in completeType()
[all …]
H A DBTFDebug.h44 struct BTF::CommonType BTFType; variable