Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp77 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 DX86WinCOFFObjectWriter.cpp45 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 DMCWinCOFFObjectWriter.h39 unsigned getMachine() const { return Machine; } in getMachine() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h78 SlotTracker *getMachine();
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp32 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 DELFEmitter.cpp1261 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp716 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 DCOFFDump.cpp309 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 DAsmWriter.cpp840 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 DCOFFObjectFile.cpp949 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 DSymbolizableObjectFile.cpp220 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp148 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp164 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 DCOFFDumper.cpp623 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 DELFYAML.h723 unsigned getMachine() const;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h859 uint16_t getMachine() const { in getMachine() function