Searched refs:ThumbIP (Results 1 - 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6482 std::unique_ptr<MCInstPrinter> ThumbIP; local
6505 ThumbIP.reset(ThumbTarget->createMCInstPrinter(
6509 ThumbIP->setPrintImmHex(PrintImmHex);
6512 if (ThumbTarget && (!ThumbAsmInfo || !ThumbSTI || !ThumbDisAsm || !ThumbIP)) {
6816 ThumbIP->printInst(&Inst, FormattedOS, AnnotationsStr, *ThumbSTI);

Completed in 108 milliseconds