Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp118 uint8_t BTFEncoding; in BTFTypeInt() local
121 BTFEncoding = BTF::INT_BOOL; in BTFTypeInt()
125 BTFEncoding = BTF::INT_SIGNED; in BTFTypeInt()
129 BTFEncoding = 0; in BTFTypeInt()
138 IntVal = (BTFEncoding << 24) | OffsetInBits << 16 | SizeInBits; in BTFTypeInt()