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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h83 uint32_t TypeLen; ///< Length of type section member in struct:llvm::BTF::Header
H A DBTFDebug.cpp763 uint32_t TypeLen = 0, StrLen; local
765 TypeLen += TypeEntry->getSize();
769 OS.EmitIntValue(TypeLen, 4);
770 OS.EmitIntValue(TypeLen, 4);

Completed in 61 milliseconds