Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DChunks.h118 MachineTypes getMachine() const;
434 inline MachineTypes Chunk::getMachine() const { in getMachine() function
436 return static_cast<const SectionChunk *>(this)->getMachine(); in getMachine()
437 return static_cast<const NonSectionChunk *>(this)->getMachine(); in getMachine()
445 switch (getMachine()) { in getArm64ECRangeType()
541 MachineTypes getMachine() const override { return AMD64; } in getMachine() function
551 MachineTypes getMachine() const override { return I386; } in getMachine() function
563 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function
574 MachineTypes getMachine() const override { return ARM64; } in getMachine() function
585 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function
[all …]
H A DDLL.cpp321 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon094f78ea0111::ThunkChunkX64
338 MachineTypes getMachine() const override { return AMD64; } in getMachine() function in lld::coff::__anon094f78ea0111::TailMergeChunkX64
391 MachineTypes getMachine() const override { return I386; } in getMachine() function in lld::coff::__anon094f78ea0111::ThunkChunkX86
416 MachineTypes getMachine() const override { return I386; } in getMachine() function in lld::coff::__anon094f78ea0111::TailMergeChunkX86
443 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function in lld::coff::__anon094f78ea0111::ThunkChunkARM
470 MachineTypes getMachine() const override { return ARMNT; } in getMachine() function in lld::coff::__anon094f78ea0111::TailMergeChunkARM
496 MachineTypes getMachine() const override { return ARM64; } in getMachine() function in lld::coff::__anon094f78ea0111::ThunkChunkARM64
516 MachineTypes getMachine() const override { return ARM64; } in getMachine() function in lld::coff::__anon094f78ea0111::TailMergeChunkARM64
H A DInputFiles.cpp690 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType()
1162 if (coffObj->getMachine() == I386) { in parse()
1176 return static_cast<MachineTypes>(coffObj->getMachine()); in getMachineType()
1192 imp->Machine = coffObj->getMachine(); in makeImport()
H A DChunks.cpp440 switch (getMachine()) { in applyRelocation()
554 uint8_t ty = getBaserelType(rel, getMachine()); in getBaserels()
H A DWriter.cpp1429 return (a->getMachine() == AMD64) < (b->getMachine() == AMD64); in mergeSections()
1433 if (chunk->getMachine() == AMD64) { in mergeSections()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFFImportFile.h57 if (Symb.p != ECThunkSymbol && COFF::isArm64EC(getMachine())) { in printSymbolName()
80 else if (COFF::isArm64EC(getMachine())) in symbol_end()
94 uint16_t getMachine() const { return getCOFFImportHeader()->Machine; } in getMachine() function
H A DCOFF.h896 uint16_t getMachine() const { in getMachine() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp81 MachineTypes getMachine(Triple T) { in getMachine() function
97 return getMachine(Triple(sys::getDefaultTargetTriple())); in getDefaultMachine()
158 Machine = getMachine(T); in dlltoolDriverMain()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h39 unsigned getMachine() const { return Machine; } in getMachine() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h78 SlotTracker *getMachine();
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp35 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object
422 switch (Object->getMachine()) { in bitset()
695 switch (Object->getMachine()) { in enumeration()
766 switch (Object->getMachine()) { in bitset()
810 if (!IO.outputting() || Object->getMachine() == ELF::EM_MIPS) { in enumeration()
869 switch (Object->getMachine()) { in enumeration()
949 switch (Object->getMachine()) { in enumeration()
1194 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
1213 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue()
1593 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping()
[all …]
H A DELFEmitter.cpp1262 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp880 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker
897 if (!getMachine()) in incorporateFunction()
4784 if (auto *ST = MST.getMachine()) in print()
4866 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4883 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4910 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4942 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine()); in print()
4973 AsmWriterContext WriterCtx(&TypePrinter, MST.getMachine(), MST.getModule()); in printAsOperandImpl()
4995 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
5068 &TypePrinter, MST.getMachine(), M, OS, &MD); in printMetadataImpl()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1056 switch(getMachine()) { in getFileFormatName()
1075 switch (getMachine()) { in getArch()
1323 switch (getMachine()) { in getRelocationTypeName()
1944 switch (Obj->getMachine()) { in getContents()
H A DArchiveWriter.cpp661 return cast<llvm::object::COFFObjectFile>(&Obj)->getMachine() != in isECObject()
665 return cast<llvm::object::COFFImportFile>(&Obj)->getMachine() != in isECObject()
H A DCOFFImportFile.cpp37 switch (getMachine()) { in getFileFormatName()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp225 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp167 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp264 Header.Machine = OWriter.TargetObjectWriter->getMachine(); in WinCOFFWriter()
828 Header.Machine = OWriter.TargetObjectWriter->getMachine(); in reset()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp672 W.printEnum("Machine", Obj->getMachine(), ArrayRef(ImageFileMachineType)); in printFileHeaders()
1746 switch (Obj->getMachine()) { in printUnwindInfo()
1763 ARM::WinEH::Decoder Decoder(W, Obj->getMachine() != in printUnwindInfo()
1770 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h742 unsigned getMachine() const;