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

/external/clang/lib/CodeGen/
H A DCodeGenModule.h836 /// GetTargetTypeStoreSize - Return the store size, in character units, of
838 CharUnits GetTargetTypeStoreSize(llvm::Type *Ty) const;
H A DCGBlocks.cpp1953 CharUnits byrefSize = CGM.GetTargetTypeStoreSize(byrefType);
H A DCodeGenModule.cpp1421 CharUnits CodeGenModule::GetTargetTypeStoreSize(llvm::Type *Ty) const { function in class:CodeGenModule

Completed in 90 milliseconds