/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFObjectWriter.cpp | 57 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 D | ModuleSlotTracker.h | 58 SlotTracker *getMachine();
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCWinCOFFObjectWriter.h | 39 unsigned getMachine() const { return Machine; } in getMachine() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 31 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 D | ELFEmitter.cpp | 1220 return Obj.getMachine() == llvm::ELF::EM_MIPS && in isMips64EL()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 309 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 D | AsmWriter.cpp | 888 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 D | COFFObjectFile.cpp | 942 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 D | LibDriver.cpp | 148 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/ |
H A D | SymbolizableObjectFile.cpp | 220 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | coff2yaml.cpp | 95 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 164 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 D | COFFDumper.cpp | 623 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 D | ELFYAML.h | 726 unsigned getMachine() const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | COFF.h | 859 uint16_t getMachine() const { in getMachine() function
|