Searched defs:CodeGenTypeCache (Results 1 – 1 of 1) sorted by relevance
32 struct CodeGenTypeCache { struct34 llvm::Type *VoidTy;37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;39 llvm::Type *FloatTy, *DoubleTy;42 llvm::IntegerType *IntTy;45 union {52 union {58 union {65 union {69 CharUnits getIntSize() const { in getIntSize()[all …]