Home
last modified time | relevance | path

Searched refs:getMachine (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp58 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 DModuleSlotTracker.h59 SlotTracker *getMachine();
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h40 unsigned getMachine() const { return Machine; } in getMachine() function
/freebsd-12.1/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp51 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp310 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 DSymbolizableObjectFile.cpp180 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp830 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 DCOFFDumper.cpp635 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 DCOFFObjectFile.cpp886 switch(getMachine()) { in getFileFormatName()
901 switch (getMachine()) { in getArch()
1206 switch (getMachine()) { in getRelocationTypeName()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp158 Header.Machine = TargetObjectWriter->getMachine(); in reset()
239 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DInputFiles.cpp462 return static_cast<MachineTypes>(COFFObj->getMachine()); in getMachineType()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DCOFF.h812 uint16_t getMachine() const { in getMachine() function