Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.h106 struct CodeGenTypeCache { struct
108 llvm::Type *VoidTy;
111 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
113 llvm::Type *FloatTy, *DoubleTy;
116 llvm::IntegerType *IntTy;
119 union {
126 union {
132 union {
138 unsigned char PointerWidthInBits;
142 union {
[all …]