Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:EmitIntValue

265   OS.EmitIntValue(NameSZ, 4);                            // namesz
266 OS.EmitIntValue(8, 4); // descz
267 OS.EmitIntValue(NT_AMDGPU_HSA_CODE_OBJECT_VERSION, 4); // type
269 OS.EmitIntValue(Major, 4); // desc
270 OS.EmitIntValue(Minor, 4);
293 OS.EmitIntValue(NameSZ, 4); // namesz
294 OS.EmitIntValue(DescSZ, 4); // descsz
295 OS.EmitIntValue(NT_AMDGPU_HSA_ISA, 4); // type
297 OS.EmitIntValue(VendorNameSize, 2); // desc
298 OS.EmitIntValue(ArchNameSize, 2);
299 OS.EmitIntValue(Major, 4);
300 OS.EmitIntValue(Minor, 4);
301 OS.EmitIntValue(Stepping, 4);
303 OS.EmitIntValue(0, 1); // NULL terminate VendorName
305 OS.EmitIntValue(0, 1); // NULL terminte ArchName