Searched refs:llvmType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | SwiftCallingConv.cpp | 113 auto *llvmType = CGM.getTypes().ConvertType(type); in addTypedData() local 114 addTypedData(llvmType, begin); in addTypedData()
|
| D | CGBlocks.cpp | 559 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()
|
| D | CGExpr.cpp | 4456 llvm::Type *llvmType = ConvertTypeForMem(FieldType); in EmitLValueForFieldInitialization() local 4457 V = Builder.CreateElementBitCast(V, llvmType, Field->getName()); in EmitLValueForFieldInitialization()
|