| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFObjectWriter.cpp | 58 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType() 85 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | ModuleSlotTracker.h | 59 SlotTracker *getMachine();
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCWinCOFFObjectWriter.h | 40 unsigned getMachine() const { return Machine; } in getMachine() function
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMWinCOFFObjectWriter.cpp | 51 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 310 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration() 582 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 180 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 830 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 843 if (!getMachine()) in incorporateFunction() 4085 if (auto *ST = MST.getMachine()) in print() 4164 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 4192 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print() 4221 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl() 4243 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() 4256 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl() 4264 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 635 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders() 1545 switch (Obj->getMachine()) { in printUnwindInfo() 1560 ARM::WinEH::Decoder Decoder(W, Obj->getMachine() == in printUnwindInfo() 1566 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 886 switch(getMachine()) { in getFileFormatName() 901 switch (getMachine()) { in getArch() 1206 switch (getMachine()) { in getRelocationTypeName()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WinCOFFObjectWriter.cpp | 158 Header.Machine = TargetObjectWriter->getMachine(); in reset() 239 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | InputFiles.cpp | 462 return static_cast<MachineTypes>(COFFObj->getMachine()); in getMachineType()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | COFF.h | 812 uint16_t getMachine() const { in getMachine() function
|