Lines Matching refs:getMachine
124 MachineTypes getMachine() const;
182 virtual MachineTypes getMachine() const { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachine() function
249 MachineTypes getMachine() const { return file->getMachineType(); } in getMachine() function
455 inline MachineTypes Chunk::getMachine() const { in getMachine() function
457 return static_cast<const SectionChunk *>(this)->getMachine(); in getMachine()
458 return static_cast<const NonSectionChunk *>(this)->getMachine(); in getMachine()
462 return llvm::getMachineArchType(getMachine()); in getArch()
470 switch (getMachine()) { in getArm64ECRangeType()
566 MachineTypes getMachine() const override { return AMD64; } in getMachine() function
576 MachineTypes getMachine() const override { return I386; } in getMachine() function
588 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function
599 MachineTypes getMachine() const override { return ARM64; } in getMachine() function
610 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function
626 MachineTypes getMachine() const override { return ARM64; } in getMachine() function