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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp117 uint8_t BTFEncoding; local
120 BTFEncoding = BTF::INT_BOOL;
124 BTFEncoding = BTF::INT_SIGNED;
128 BTFEncoding = 0;
137 IntVal = (BTFEncoding << 24) | OffsetInBits << 16 | SizeInBits;

Completed in 110 milliseconds