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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp41 OS.emitInt32(BTFType.NameOff);
42 OS.AddComment("0x" + Twine::utohexstr(BTFType.Info));
43 OS.emitInt32(BTFType.Info);
44 OS.emitInt32(BTFType.Size);
69 BTFType.Info = Kind << 24;
77 BTFType.Info = Kind << 24;
78 BTFType.Type = NextTypeId;
86 BTFType.NameOff = BDebug.addString(Name);
97 BTFType.Type = 0;
99 BTFType
[all...]
H A DBTFDebug.h44 struct BTF::CommonType BTFType; member in class:llvm::BTFTypeBase

Completed in 140 milliseconds