Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBTFDebug.cpp41 OS.emitInt32(BTFType.Info); in emitType()
42 OS.emitInt32(BTFType.Size); in emitType()
67 BTFType.Info = Kind << 24; in BTFTypeDerived()
95 BTFType.Type = 0; in completeType()
111 BTFType.Type = 0; in BTFTypeFwd()
248 BTFType.NameOff = 0; in BTFTypeArray()
250 BTFType.Size = 0; in BTFTypeArray()
344 BTFType.NameOff = 0; in completeType()
392 BTFType.Type = TypeId; in BTFKindVar()
409 BTFType.Size = 0; in BTFKindDataSec()
[all …]
H A DBTFDebug.h44 struct BTF::CommonType BTFType; variable