Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTF.h83 uint32_t TypeLen; ///< Length of type section member
DBTFDebug.cpp731 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
733 TypeLen += TypeEntry->getSize(); in emitBTFSection()
737 OS.EmitIntValue(TypeLen, 4); in emitBTFSection()
738 OS.EmitIntValue(TypeLen, 4); in emitBTFSection()
/external/llvm-project/llvm/lib/Target/BPF/
DBTF.h83 uint32_t TypeLen; ///< Length of type section member
DBTFDebug.cpp767 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local
769 TypeLen += TypeEntry->getSize(); in emitBTFSection()
773 OS.emitInt32(TypeLen); in emitBTFSection()
774 OS.emitInt32(TypeLen); in emitBTFSection()