/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-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 58 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 59 SlotTracker *getMachine();
|
/external/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 59 SlotTracker *getMachine();
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCWinCOFFObjectWriter.h | 40 unsigned getMachine() const { return Machine; } in getMachine() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 51 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-7.0/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 308 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration() 580 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 180 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
/external/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.cpp | 163 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 824 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine() function in ModuleSlotTracker 837 if (!getMachine()) in incorporateFunction() 4003 if (auto *ST = MST.getMachine()) in print() 4082 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print() 4110 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print() 4139 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl() 4161 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand() 4174 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl() 4182 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 98 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 102 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 839 switch(getMachine()) { in getFileFormatName() 854 switch (getMachine()) { in getArch() 1123 switch (getMachine()) { in getRelocationTypeName()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 140 Header.Machine = TargetObjectWriter->getMachine(); in reset() 234 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 884 switch(getMachine()) { in getFileFormatName() 899 switch (getMachine()) { in getArch() 1186 switch (getMachine()) { in getRelocationTypeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 155 Header.Machine = TargetObjectWriter->getMachine(); in reset() 231 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 561 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders() 1360 switch (Obj->getMachine()) { in printUnwindInfo() 1379 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 630 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders() 1515 switch (Obj->getMachine()) { in printUnwindInfo() 1534 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 667 uint16_t getMachine() const { in getMachine() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFF.h | 810 uint16_t getMachine() const { in getMachine() function
|