Lines Matching defs:NativeMachine
217 MachineTypes NativeMachine;
226 : NativeMachine(M), ImportName(S), Library(llvm::sys::path::stem(S)),
258 bool is64Bit() const { return COFF::is64Bit(NativeMachine); }
270 u16(NativeMachine),
323 u16(getImgRelRelocation(NativeMachine))},
325 u32(3), u16(getImgRelRelocation(NativeMachine))},
327 u32(4), u16(getImgRelRelocation(NativeMachine))},
409 u16(NativeMachine),
470 u16(NativeMachine),
664 MachineTypes NativeMachine = Machine;
666 NativeMachine = IMAGE_FILE_MACHINE_ARM64;
671 ObjectFactory OF(llvm::sys::path::filename(ImportName), NativeMachine);
788 if (Error e = addExports(NativeExports, NativeMachine))