Lines Matching refs:VarSize
3048 CharUnits VarSize, in registerDeviceGlobalVarEntryInfo() argument
3058 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
3063 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
3072 Entry.setVarSize(VarSize); in registerDeviceGlobalVarEntryInfo()
3078 VarName, OffloadingEntriesNum, Addr, VarSize, Flags, Linkage); in registerDeviceGlobalVarEntryInfo()
10751 CharUnits VarSize; in registerTargetGlobalVariable() local
10759 VarSize = CGM.getContext().getTypeSizeInChars(VD->getType()); in registerTargetGlobalVariable()
10760 assert(!VarSize.isZero() && "Expected non-zero size of the variable"); in registerTargetGlobalVariable()
10762 VarSize = CharUnits::Zero(); in registerTargetGlobalVariable()
10799 VarSize = CGM.getPointerSize(); in registerTargetGlobalVariable()
10804 VarName, Addr, VarSize, Flags, Linkage); in registerTargetGlobalVariable()