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

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

Completed in 625 milliseconds