Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFObjectWriter.cpp51 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/
DX86WinCOFFObjectWriter.cpp58 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/
DMCWinCOFFObjectWriter.h31 unsigned getMachine() const { return Machine; } in getMachine() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSlotTracker.h59 SlotTracker *getMachine();
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h59 SlotTracker *getMachine();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h40 unsigned getMachine() const { return Machine; } in getMachine() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp51 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp42 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp308 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/
DCOFFDump.cpp313 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/
DAsmWriter.cpp709 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/
DSymbolizableObjectFile.cpp180 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp163 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp824 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/
Dcoff2yaml.cpp98 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp102 YAMLObj.Header.Machine = Obj.getMachine(); in dumpHeader()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp839 switch(getMachine()) { in getFileFormatName()
854 switch (getMachine()) { in getArch()
1123 switch (getMachine()) { in getRelocationTypeName()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp140 Header.Machine = TargetObjectWriter->getMachine(); in reset()
234 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp884 switch(getMachine()) { in getFileFormatName()
899 switch (getMachine()) { in getArch()
1186 switch (getMachine()) { in getRelocationTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp155 Header.Machine = TargetObjectWriter->getMachine(); in reset()
231 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp561 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/
DCOFFDumper.cpp630 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/
DCOFF.h667 uint16_t getMachine() const { in getMachine() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h810 uint16_t getMachine() const { in getMachine() function