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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp100 auto llvmType = CGM.getTypes().ConvertType(type); local
101 addTypedData(llvmType, begin);
H A DCGBlocks.cpp559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); local
566 nullptr, llvmType, thisType));
657 llvm::Type *llvmType = local
661 BlockLayoutChunk(align, size, lifetime, &CI, llvmType, VT));
H A DCGExpr.cpp4222 llvm::Type *llvmType = ConvertTypeForMem(FieldType); local
4223 V = Builder.CreateElementBitCast(V, llvmType, Field->getName());

Completed in 72 milliseconds