Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBTF.h74 uint32_t TypeLen; ///< Length of type section member
H A DBTFDebug.cpp557 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
559 TypeLen += TypeEntry->getSize(); in emitBTFSection()
563 OS.EmitIntValue(TypeLen, 4); in emitBTFSection()
564 OS.EmitIntValue(TypeLen, 4); in emitBTFSection()