Searched refs:llvmType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | SwiftCallingConv.cpp | 115 auto *llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local 116 addTypedData(llvmType, begin); in addTypedData()
|
| H A D | CGBlocks.cpp | 585 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo() local 589 addBlockLayout(TInfo.Align, TInfo.Width, nullptr, llvmType, thisType, in computeBlockInfo() 634 llvm::Type *llvmType = in computeBlockInfo() local 637 addBlockLayout(align, size, &CI, llvmType, VT, layout, info, CGM); in computeBlockInfo()
|
| H A D | CGExpr.cpp | 4927 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local 4928 V = V.withElementType(llvmType); in EmitLValueForFieldInitialization()
|