| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 78 MachineTypes getMachine(Triple T) { in getMachine() function 94 return getMachine(Triple(sys::getDefaultTargetTriple())); in getDefaultMachine() 155 Machine = getMachine(T); in dlltoolDriverMain()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFObjectWriter.cpp | 45 const bool Is64Bit = getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64; in getRelocType() 91 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFObjectWriter.h | 39 unsigned getMachine() const { return Machine; } in getMachine() function
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ModuleSlotTracker.h | 78 SlotTracker *getMachine();
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 34 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object 417 switch (Object->getMachine()) { in bitset() 673 switch (Object->getMachine()) { in enumeration() 739 switch (Object->getMachine()) { in bitset() 783 if (!IO.outputting() || Object->getMachine() == ELF::EM_MIPS) { in enumeration() 842 switch (Object->getMachine()) { in enumeration() 919 switch (Object->getMachine()) { in enumeration() 1164 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther() 1183 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue() 1562 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping() [all …]
|
| H A D | ELFEmitter.cpp | 1260 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | InputFiles.cpp | 687 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType() 1158 if (coffObj->getMachine() == I386) { in parse() 1172 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType() 1188 imp->Machine = coffObj->getMachine(); in makeImport()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 837 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 854 if (!getMachine()) in incorporateFunction() 4523 if (auto *ST = MST.getMachine()) in print() 4602 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 4634 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine()); in print() 4665 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule()); in printAsOperandImpl() 4687 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() 4760 &TypePrinter, MST.getMachine(), M, OS, &MD); in printMetadataImpl() 4763 std::make_unique<AsmWriterContext>(&TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1008 switch(getMachine()) { in getFileFormatName() 1023 switch (getMachine()) { in getArch() 1269 switch (getMachine()) { in getRelocationTypeName() 1888 switch (Obj->getMachine()) { in getContents()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 450 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration() 732 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 148 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 220 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | coff2yaml.cpp | 97 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 624 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders() 1605 switch (Obj->getMachine()) { in printUnwindInfo() 1620 ARM::WinEH::Decoder Decoder(W, Obj->getMachine() == in printUnwindInfo() 1627 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 166 Header.Machine = TargetObjectWriter->getMachine(); in reset() 244 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 726 unsigned getMachine() const;
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | COFF.h | 859 uint16_t getMachine() const { in getMachine() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 330 switch (COFFObj->getMachine()) { in GetModuleSpecifications()
|