Lines Matching defs:getMachine
124 MachineTypes getMachine() const;
182 virtual MachineTypes getMachine() const { return IMAGE_FILE_MACHINE_UNKNOWN; }
256 MachineTypes getMachine() const { return file->getMachineType(); }
462 inline MachineTypes Chunk::getMachine() const {
464 return static_cast<const SectionChunk *>(this)->getMachine();
465 return static_cast<const NonSectionChunk *>(this)->getMachine();
469 return llvm::getMachineArchType(getMachine());
477 switch (getMachine()) {
584 MachineTypes getMachine() const override { return AMD64; }
594 MachineTypes getMachine() const override { return I386; }
606 MachineTypes getMachine() const override { return ARMNT; }
618 MachineTypes getMachine() const override { return machine; }
631 MachineTypes getMachine() const override { return ARM64EC; }
652 MachineTypes getMachine() const override { return ARMNT; }
670 MachineTypes getMachine() const override { return machine; }
833 MachineTypes getMachine() const override { return AMD64; }