Searched refs:TypeLen (Results 1 – 4 of 4) sorted by relevance
57 size_t TypeLen = strlen(Type); in debugTypeEnabled() local64 if (ItemLen == TypeLen && memcmp(Type, Start, TypeLen) == 0) in debugTypeEnabled()
87 uint32_t TypeLen; ///< Length of type section86 uint32_t TypeLen; ///< Length of type section global() member
1046 uint32_t TypeLen = 0, StrLen; in emitBTFSection() local1048 TypeLen += TypeEntry->getSize(); in emitBTFSection()1052 OS.emitInt32(TypeLen); in emitBTFSection()1053 OS.emitInt32(TypeLen); in emitBTFSection()
269 auto TypeLen = endian::readNext<uint16_t, llvm::endianness::little>(Data); in ReadVariableInfo() local270 Info.setType(std::string(Data, Data + TypeLen)); in ReadVariableInfo()271 Data += TypeLen; in ReadVariableInfo()