Searched refs:getMachine (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFObjectWriter.cpp | 51 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/ |
D | MCWinCOFFObjectWriter.h | 31 unsigned getMachine() const { return Machine; } in getMachine() function
|
/external/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 56 SlotTracker *getMachine() const { return Machine; } in getMachine() function
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMWinCOFFObjectWriter.cpp | 42 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT && in getRelocType()
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 263 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/ |
D | SymbolizableObjectFile.cpp | 159 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/tools/llvm-readobj/ |
D | COFFDumper.cpp | 376 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/ |
D | COFFObjectFile.cpp | 754 switch(getMachine()) { in getFileFormatName() 769 switch (getMachine()) { in getArch() 1038 switch (getMachine()) { in getRelocationTypeName()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 3301 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/ |
D | WinCOFFObjectWriter.cpp | 141 Header.Machine = TargetObjectWriter->getMachine(); in reset() 235 Header.Machine = TargetObjectWriter->getMachine(); in WinCOFFObjectWriter()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 594 uint16_t getMachine() const { in getMachine() function
|