Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h124 MachineTypes getMachine() const;
182 virtual MachineTypes getMachine() const { return IMAGE_FILE_MACHINE_UNKNOWN; } in getMachine() function
249 MachineTypes getMachine() const { return file->getMachineType(); } in getMachine() function
455 inline MachineTypes Chunk::getMachine() const { in getMachine() function
457 return static_cast<const SectionChunk *>(this)->getMachine(); in getMachine()
458 return static_cast<const NonSectionChunk *>(this)->getMachine(); in getMachine()
462 return llvm::getMachineArchType(getMachine()); in getArch()
470 switch (getMachine()) { in getArm64ECRangeType()
566 MachineTypes getMachine() const override { return AMD64; } in getMachine() function
576 MachineTypes getMachine() const override { return I386; } in getMachine() function
[all …]
H A DDLL.cpp321 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkX64
338 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkX64
391 MachineTypes getMachine() const override { return I386; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkX86
416 MachineTypes getMachine() const override { return I386; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkX86
443 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkARM
470 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkARM
496 MachineTypes getMachine() const override { return ARM64; } in getMachine() function in lld::coff::__anon0bfb8df40111::ThunkChunkARM64
516 MachineTypes getMachine() const override { return ARM64; } in getMachine() function in lld::coff::__anon0bfb8df40111::TailMergeChunkARM64
H A DICF.cpp181 a->getMachine() == b->getMachine() && assocEquals(a, b); in equalsConstant()
H A DInputFiles.cpp729 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType()
1211 if (coffObj->getMachine() == I386) { in parse()
1225 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType()
1241 imp->Machine = coffObj->getMachine(); in makeImport()
H A DWriter.cpp1429 return (a->getMachine() == AMD64) < (b->getMachine() == AMD64); in mergeSections()
1433 if (chunk->getMachine() == AMD64) { in mergeSections()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp82 MachineTypes getMachine(Triple T) { in getMachine() function
99 return getMachine(Triple(sys::getDefaultTargetTriple())); in getDefaultMachine()
190 Machine = getMachine(T); in dlltoolDriverMain()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h62 else if (COFF::isArm64EC(getMachine())) in symbol_end()
76 uint16_t getMachine() const { return getCOFFImportHeader()->Machine; } in getMachine() function
H A DCOFF.h896 uint16_t getMachine() const { in getMachine() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h78 SlotTracker *getMachine();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/COFF/
H A DObjectFileCOFF.cpp126 switch (static_cast<COFF::MachineTypes>(object->getMachine())) { in GetModuleSpecifications()
167 switch (static_cast<COFF::MachineTypes>(m_object->getMachine())) { in GetArchitecture()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h39 unsigned getMachine() const { return Machine; } in getMachine() function
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp35 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object
423 switch (Object->getMachine()) { in bitset()
712 switch (Object->getMachine()) { in enumeration()
784 switch (Object->getMachine()) { in bitset()
828 if (!IO.outputting() || Object->getMachine() == ELF::EM_MIPS) { in enumeration()
887 switch (Object->getMachine()) { in enumeration()
967 switch (Object->getMachine()) { in enumeration()
1212 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
1231 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue()
1604 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping()
[all …]
H A DELFEmitter.cpp1268 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp887 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker
904 if (!getMachine()) in incorporateFunction()
4893 if (auto *ST = MST.getMachine()) in print()
4973 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4994 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
5011 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
5038 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
5070 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine()); in print()
5101 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule()); in printAsOperandImpl()
5123 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp691 return cast<llvm::object::COFFObjectFile>(&Obj)->getMachine() != in isECObject()
695 return cast<llvm::object::COFFImportFile>(&Obj)->getMachine() != in isECObject()
712 return COFF::isAnyArm64(cast<COFFObjectFile>(&Obj)->getMachine()); in isAnyArm64COFF()
715 return COFF::isAnyArm64(cast<COFFImportFile>(&Obj)->getMachine()); in isAnyArm64COFF()
H A DCOFFImportFile.cpp39 switch (getMachine()) { in getFileFormatName()
111 if (Symb.p != ECThunkSymbol && COFF::isArm64EC(getMachine())) { in printSymbolName()
H A DCOFFObjectFile.cpp1055 switch(getMachine()) { in getFileFormatName()
1074 return getMachineArchType(getMachine()); in getArch()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp461 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration()
746 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp225 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp168 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp233 Header.Machine = OWriter.TargetObjectWriter->getMachine(); in WinCOFFWriter()
797 Header.Machine = OWriter.TargetObjectWriter->getMachine(); in reset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp673 W.printEnum("Machine", Obj->getMachine(), ArrayRef(ImageFileMachineType)); in printFileHeaders()
1749 switch (Obj->getMachine()) { in printUnwindInfo()
1766 ARM::WinEH::Decoder Decoder(W, Obj->getMachine() != in printUnwindInfo()
1773 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h754 unsigned getMachine() const;