| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | Chunks.h | 125 MachineTypes getMachine() const; 183 virtual MachineTypes getMachine() const { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachine() function 256 MachineTypes getMachine() const; 462 inline MachineTypes Chunk::getMachine() const { in getMachine() function 464 return static_cast<const SectionChunk *>(this)->getMachine(); in getMachine() 465 return static_cast<const NonSectionChunk *>(this)->getMachine(); in getMachine() 469 return llvm::getMachineArchType(getMachine()); in getArch() 477 switch (getMachine()) { in getArm64ECRangeType() 584 MachineTypes getMachine() const override { return AMD64; } in getMachine() function 594 MachineTypes getMachine() const override { return I386; } in getMachine() function [all …]
|
| H A D | DLL.cpp | 360 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkX64 377 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkX64 398 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergePDataChunkX64 419 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeUnwindInfoX64 432 MachineTypes getMachine() const override { return I386; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkX86 457 MachineTypes getMachine() const override { return I386; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkX86 484 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkARM 511 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkARM 537 MachineTypes getMachine() const override { return ARM64; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkARM64 557 MachineTypes getMachine() const override { return ARM64; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkARM64
|
| H A D | ICF.cpp | 177 a->getMachine() == b->getMachine() && assocEquals(a, b); in equalsConstant()
|
| H A D | InputFiles.cpp | 185 machine = MachineTypes(obj->getMachine()); in parse() 189 machine = MachineTypes(COFFImportFile(mb).getMachine()); in parse() 284 return make<ObjFile>(ctx.getSymtab(MachineTypes(obj->getMachine())), obj, in create() 955 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType() 1526 if (coffObj->getMachine() == I386) { in parse() 1551 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType() 1567 imp->Machine = coffObj->getMachine(); in makeImport()
|
| H A D | Writer.cpp | 410 return (a->getMachine() != ARM64) < (b->getMachine() != ARM64); in splitECChunks() 498 MachineTypes machine = sc->getMachine(); in createThunks() 635 MachineTypes machine = sc->getMachine(); in verifyRanges() 1360 return (a->getMachine() != ARM64) < (b->getMachine() != ARM64); in createExportTable() 1364 if (chunk->getMachine() != ARM64) { in createExportTable() 1617 return (a->getMachine() == AMD64) < (b->getMachine() == AMD64); in mergeSections() 1621 if (chunk->getMachine() == AMD64) { in mergeSections() 2278 if (!chunk->live || chunk->getMachine() != AMD64) in createECChunks() 2290 if (t && isArm64EC(t->getChunk()->getMachine())) in createECChunks()
|
| H A D | Chunks.cpp | 64 MachineTypes SectionChunk::getMachine() const { in getMachine() function in lld::coff::SectionChunk 1095 MachineTypes AbsolutePointerChunk::getMachine() const { return symtab.machine; } in getMachine() function in lld::coff::AbsolutePointerChunk
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFObjectWriter.cpp | 46 const bool Is64Bit = getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64; in getRelocType() 98 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFFImportFile.h | 63 else if (COFF::isArm64EC(getMachine())) in symbol_end() 77 uint16_t getMachine() const { return getCOFFImportHeader()->Machine; } in getMachine() function
|
| H A D | COFF.h | 947 uint16_t getMachine() const { in getMachine() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 87 MachineTypes getMachine(Triple T) { in getMachine() function 106 return getMachine(Triple(sys::getDefaultTargetTriple())); in getDefaultMachine() 341 Machine = getMachine(T); in dlltoolDriverMain()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSlotTracker.h | 79 SlotTracker *getMachine();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/ |
| H A D | ObjectFileCOFF.cpp | 126 switch (static_cast<COFF::MachineTypes>(object->getMachine())) { in GetModuleSpecifications() 167 switch (static_cast<COFF::MachineTypes>(m_object->getMachine())) { in GetArchitecture()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFObjectWriter.h | 39 unsigned getMachine() const { return Machine; } in getMachine() function
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 35 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object 425 switch (Object->getMachine()) { in bitset() 731 switch (Object->getMachine()) { in enumeration() 803 switch (Object->getMachine()) { in bitset() 850 if (!IO.outputting() || Object->getMachine() == ELF::EM_MIPS) { in enumeration() 909 switch (Object->getMachine()) { in enumeration() 992 switch (Object->getMachine()) { in enumeration() 1244 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther() 1263 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue() 1636 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping() [all …]
|
| H A D | ELFEmitter.cpp | 1261 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 945 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 962 if (!getMachine()) in incorporateFunction() 5089 if (auto *ST = MST.getMachine()) in print() 5169 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 5190 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 5207 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 5234 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 5266 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine()); in print() 5297 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule()); in printAsOperandImpl() 5319 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 691 return cast<llvm::object::COFFObjectFile>(&Obj)->getMachine() != in isECObject() 695 return cast<llvm::object::COFFImportFile>(&Obj)->getMachine() != in isECObject() 712 return COFF::isAnyArm64(cast<COFFObjectFile>(&Obj)->getMachine()); in isAnyArm64COFF() 715 return COFF::isAnyArm64(cast<COFFImportFile>(&Obj)->getMachine()); in isAnyArm64COFF()
|
| H A D | COFFImportFile.cpp | 39 switch (getMachine()) { in getFileFormatName() 111 if (Symb.p != ECThunkSymbol && COFF::isArm64EC(getMachine())) { in printSymbolName()
|
| H A D | COFFObjectFile.cpp | 1122 switch(getMachine()) { in getFileFormatName() 1143 return getMachineArchType(getMachine()); in getArch() 1516 if (getMachine() != COFF::IMAGE_FILE_MACHINE_ARM64X) in getHybridObjectView()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 479 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration() 764 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 224 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
| /freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 171 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 234 Header.Machine = OWriter.TargetObjectWriter->getMachine(); in WinCOFFWriter() 798 Header.Machine = OWriter.TargetObjectWriter->getMachine(); in reset()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 675 W.printEnum("Machine", Obj->getMachine(), ArrayRef(ImageFileMachineType)); in printFileHeaders() 1795 switch (Obj->getMachine()) { in printUnwindInfo() 1812 ARM::WinEH::Decoder Decoder(W, Obj->getMachine() != in printUnwindInfo() 1819 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 770 unsigned getMachine() const;
|