Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h83 uint32_t TypeLen; ///< Length of type section member
H A DBTFDebug.cpp792 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
794 TypeLen += TypeEntry->getSize(); in emitBTFSection()
798 OS.emitInt32(TypeLen); in emitBTFSection()
799 OS.emitInt32(TypeLen); in emitBTFSection()