Home
last modified time | relevance | path

Searched defs:CodeGenTypeCache (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h111 struct CodeGenTypeCache { struct
113 llvm::Type *VoidTy;
116 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
118 llvm::Type *FloatTy, *DoubleTy;
121 llvm::IntegerType *IntTy;
124 union {
131 union {
137 union {
143 unsigned char PointerWidthInBits;
147 union {
[all …]