| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 77 MachineTypes getMachine(Triple T) { in getMachine() function 93 return getMachine(Triple(sys::getDefaultTargetTriple())); in getDefaultMachine() 154 Machine = getMachine(T); in dlltoolDriverMain()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFObjectWriter.h | 39 unsigned getMachine() const { return Machine; } in getMachine() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSlotTracker.h | 78 SlotTracker *getMachine();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 32 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object 399 switch (Object->getMachine()) { in bitset() 635 switch (Object->getMachine()) { in enumeration() 691 switch (Object->getMachine()) { in bitset() 783 switch (Object->getMachine()) { in enumeration() 854 switch (Object->getMachine()) { in enumeration() 1092 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther() 1111 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue() 1482 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping() 1489 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping() [all …]
|
| H A D | ELFEmitter.cpp | 1261 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | InputFiles.cpp | 716 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType() 1182 if (coffObj->getMachine() == I386) { in parse() 1196 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType() 1212 imp->Machine = coffObj->getMachine(); in makeImport()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 309 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration() 600 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 840 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 857 if (!getMachine()) in incorporateFunction() 4530 if (auto *ST = MST.getMachine()) in print() 4609 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 4637 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print() 4666 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl() 4688 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() 4701 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl() 4709 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 949 switch(getMachine()) { in getFileFormatName() 964 switch (getMachine()) { in getArch() 1215 switch (getMachine()) { in getRelocationTypeName() 1829 switch (Obj->getMachine()) { in getContents()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 220 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | LibDriver.cpp | 148 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 164 Header.Machine = TargetObjectWriter->getMachine(); in reset() 246 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 623 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders() 1601 switch (Obj->getMachine()) { in printUnwindInfo() 1616 ARM::WinEH::Decoder Decoder(W, Obj->getMachine() == in printUnwindInfo() 1623 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | ELFYAML.h | 723 unsigned getMachine() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | COFF.h | 859 uint16_t getMachine() const { in getMachine() function
|