Searched refs:byteType (Results 1 – 2 of 2) sorted by relevance
470 byte[] byteType = type.getBytes(StandardCharsets.UTF_8); in createExternal()471 byte[] b = new byte[byteDomain.length + 1 + byteType.length]; in createExternal()474 System.arraycopy(byteType, 0, b, byteDomain.length + 1, byteType.length); in createExternal()
526 const clang::QualType byteType = ASTC.getIntTypeForBitwidth(8, false /* not signed */); in PadStruct() local535 ASTC.getConstantArrayType(byteType, in PadStruct()855 llvm::Type *const byteType = llvm::Type::getInt8Ty(llvmContext); in PadHelperFunctionStruct() local863 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, prePadding)); in PadHelperFunctionStruct()882 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, tailPadding)); in PadHelperFunctionStruct()