Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DSwiftCallingConv.cpp113 auto *llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local
114 addTypedData(llvmType, begin); in addTypedData()
DCGBlocks.cpp559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local
565 nullptr, llvmType, thisType)); in computeBlockInfo()
656 llvm::Type *llvmType = in computeBlockInfo() local
660 BlockLayoutChunk(align, size, lifetime, &CI, llvmType, VT)); in computeBlockInfo()
DCGExpr.cpp4456 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local
4457 V = Builder.CreateElementBitCast(V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()