Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypeCache.h32 struct CodeGenTypeCache { struct
34 llvm::Type *VoidTy;
37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
39 llvm::Type *HalfTy, *BFloatTy, *FloatTy, *DoubleTy;
42 llvm::IntegerType *IntTy;
45 llvm::IntegerType *CharTy;
48 union {
55 union {
64 union {
70 union {
[all …]