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.cpp4050 llvm::StructType *moduleTy = llvm::StructType::get( in ModuleInitFunction() local
4055 auto module = builder.beginStruct(moduleTy); in ModuleInitFunction()
4059 module.addInt(LongTy, CGM.getDataLayout().getTypeStoreSize(moduleTy)); in ModuleInitFunction()