Searched refs:TypeLen (Results 1 – 3 of 3) sorted by relevance
57 size_t TypeLen = strlen(Type); in debugTypeEnabled() local64 if (ItemLen == TypeLen && memcmp(Type, Start, TypeLen) == 0) in debugTypeEnabled()
86 uint32_t TypeLen; ///< Length of type section member
1007 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local1009 TypeLen += TypeEntry->getSize(); in emitBTFSection()1013 OS.emitInt32(TypeLen); in emitBTFSection()1014 OS.emitInt32(TypeLen); in emitBTFSection()