Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp1030 llvm::Type *allocaTy; in EmitAutoVarAlloca() local
1033 allocaTy = byrefInfo.Type; in EmitAutoVarAlloca()
1036 allocaTy = ConvertTypeForMem(Ty); in EmitAutoVarAlloca()
1043 address = CreateTempAlloca(allocaTy, allocaAlignment); in EmitAutoVarAlloca()
1055 uint64_t size = CGM.getDataLayout().getTypeAllocSize(allocaTy); in EmitAutoVarAlloca()