Home
last modified time | relevance | path

Searched refs:getMachine (Results 1 – 12 of 12) 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/llvm/include/llvm/MC/
DMCWinCOFFObjectWriter.h31 unsigned getMachine() const { return Machine; } in getMachine() function
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h59 SlotTracker *getMachine();
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp42 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/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/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp163 return CoffObject && CoffObject->getMachine() == COFF::IMAGE_FILE_MACHINE_I386; in isWin32Module()
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp98 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/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/llvm/include/llvm/Object/
DCOFF.h667 uint16_t getMachine() const { in getMachine() function