Lines Matching refs:VarSize
3069 CharUnits VarSize, in registerDeviceGlobalVarEntryInfo() argument
3079 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
3084 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
3093 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
3099 VarName, OffloadingEntriesNum, Addr, VarSize, Flags, Linkage); in registerDeviceGlobalVarEntryInfo()
10791 CharUnits VarSize; in registerTargetGlobalVariable() local
10799 VarSize = CGM.getContext().getTypeSizeInChars(VD->getType()); in registerTargetGlobalVariable()
10800 assert(!VarSize.isZero() && "Expected non-zero size of the variable"); in registerTargetGlobalVariable()
10802 VarSize = CharUnits::Zero(); in registerTargetGlobalVariable()
10839 VarSize = CGM.getPointerSize(); in registerTargetGlobalVariable()
10844 VarName, Addr, VarSize, Flags, Linkage); in registerTargetGlobalVariable()