/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 51 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType() 76 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 57 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType() 84 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 57 if (getMachine() == COFF::IMAGE_FILE_MACHINE_AMD64) { in getRelocType() 84 } else if (getMachine() == COFF::IMAGE_FILE_MACHINE_I386) { in getRelocType()
|
/external/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 31 unsigned getMachine() const { return Machine; } in getMachine() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 58 SlotTracker *getMachine();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 58 SlotTracker *getMachine();
|
/external/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 59 SlotTracker *getMachine();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 39 unsigned getMachine() const { return Machine; } in getMachine() function
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 39 unsigned getMachine() const { return Machine; } in getMachine() function
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 50 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 42 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 50 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 31 unsigned Object::getMachine() const { in getMachine() function in llvm::ELFYAML::Object 298 switch (Object->getMachine()) { in bitset() 501 switch (Object->getMachine()) { in enumeration() 556 switch (Object->getMachine()) { in bitset() 648 switch (Object->getMachine()) { in enumeration() 716 switch (Object->getMachine()) { in enumeration() 970 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther() 989 MapVector<StringRef, uint8_t> Flags = getFlags(Object->getMachine()); in toValue() 1323 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping() 1330 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping() [all …]
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 313 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration() 585 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 709 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 722 if (!getMachine()) in incorporateFunction() 3326 if (auto *ST = MST.getMachine()) in print() 3405 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 3433 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print() 3464 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl() 3486 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() 3501 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl() 3509 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 309 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration() 601 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 163 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 98 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 200 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 213 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 880 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 893 if (!getMachine()) in incorporateFunction() 4512 if (auto *ST = MST.getMachine()) in print() 4591 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 4619 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print() 4648 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl() 4670 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() 4683 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl() 4691 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 837 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 850 if (!getMachine()) in incorporateFunction() 4253 if (auto *ST = MST.getMachine()) in print() 4332 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 4360 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print() 4389 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl() 4411 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() 4424 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl() 4432 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|
/external/llvm-project/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 151 uint16_t Machine = (*Obj)->getMachine(); in getCOFFFileMachine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 154 uint16_t Machine = Obj.getMachine(); in getCOFFFileMachine()
|
/external/llvm-project/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 939 switch(getMachine()) { in getFileFormatName() 954 switch (getMachine()) { in getArch() 1204 switch (getMachine()) { in getRelocationTypeName() 1819 switch (Obj->getMachine()) { in getContents()
|