Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFObjectWriter.cpp57 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType()
84 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSlotTracker.h58 SlotTracker *getMachine();
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h39 unsigned getMachine() const { return Machine; } in getMachine() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp31 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object
398 switch (Object->getMachine()) { in bitset()
632 switch (Object->getMachine()) { in enumeration()
688 switch (Object->getMachine()) { in bitset()
780 switch (Object->getMachine()) { in enumeration()
851 switch (Object->getMachine()) { in enumeration()
1088 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
1107 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue()
1478 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping()
1485 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping()
[all …]
H A DELFEmitter.cpp1220 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp888 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker
901 if (!getMachine()) in incorporateFunction()
4560 if (auto *ST = MST.getMachine()) in print()
4639 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
4667 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print()
4696 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl()
4718 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
4731 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl()
4739 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp942 switch(getMachine()) { in getFileFormatName()
957 switch (getMachine()) { in getArch()
1208 switch (getMachine()) { in getRelocationTypeName()
1822 switch (Obj->getMachine()) { in getContents()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp148 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp220 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp95 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp164 Header.Machine = TargetObjectWriter->getMachine(); in reset()
246 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h726 unsigned getMachine() const;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h859 uint16_t getMachine() const { in getMachine() function