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()
71 } 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.h56 SlotTracker *getMachine() const { return Machine; } in getMachine() function
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMWinCOFFObjectWriter.cpp42 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp263 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_I386) in printLoadConfiguration()
512 if (Obj->getMachine() != COFF::IMAGE_FILE_MACHINE_AMD64) { in printCOFFUnwindInfo()
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp159 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/tools/llvm-readobj/
DCOFFDumper.cpp376 W.printEnum ("Machine", Obj->getMachine(), in printFileHeaders()
1007 switch (Obj->getMachine()) { in printUnwindInfo()
1026 W.printEnum("unsupported Image Machine", Obj->getMachine(), in printUnwindInfo()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp754 switch(getMachine()) { in getFileFormatName()
769 switch (getMachine()) { in getArch()
1038 switch (getMachine()) { in getRelocationTypeName()
/external/llvm/lib/IR/
DAsmWriter.cpp3301 MST.getMachine() ? *MST.getMachine() : EmptySlotTable; in print()
3329 WriteConstantInternal(OS, C, TypePrinter, MST.getMachine(), nullptr); in print()
3360 WriteAsOperandInternal(O, &V, &TypePrinter, MST.getMachine(), in printAsOperandImpl()
3382 if (printWithoutType(*this, O, MST.getMachine(), MST.getModule())) in printAsOperand()
3397 WriteAsOperandInternal(OS, &MD, &TypePrinter, MST.getMachine(), M, in printMetadataImpl()
3405 WriteMDNodeBodyInternal(OS, N, &TypePrinter, MST.getMachine(), M); in printMetadataImpl()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp141 Header.Machine = TargetObjectWriter->getMachine(); in reset()
235 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
/external/llvm/include/llvm/Object/
DCOFF.h594 uint16_t getMachine() const { in getMachine() function