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
1045 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local1047 TypeLen += TypeEntry->getSize(); in emitBTFSection()1051 OS.emitInt32(TypeLen); in emitBTFSection()1052 OS.emitInt32(TypeLen); in emitBTFSection()