Lines Matching defs:NativeMachine
219 MachineTypes NativeMachine;
228 : NativeMachine(M), ImportName(S), Library(llvm::sys::path::stem(S)),
260 bool is64Bit() const { return COFF::is64Bit(NativeMachine); }
272 u16(NativeMachine),
325 u16(getImgRelRelocation(NativeMachine))},
327 u32(3), u16(getImgRelRelocation(NativeMachine))},
329 u32(4), u16(getImgRelRelocation(NativeMachine))},
411 u16(NativeMachine),
472 u16(NativeMachine),
666 MachineTypes NativeMachine = Machine;
668 NativeMachine = IMAGE_FILE_MACHINE_ARM64;
673 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine);
797 if (Error e = addExports(NativeExports, NativeMachine))