Home
last modified time | relevance | path

Searched refs:moduleTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3959 llvm::StructType *moduleTy = llvm::StructType::get( in ModuleInitFunction() local
3964 auto module = builder.beginStruct(moduleTy); in ModuleInitFunction()
3968 module.addInt(LongTy, CGM.getDataLayout().getTypeStoreSize(moduleTy)); in ModuleInitFunction()