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

/frameworks/compile/libbcc/lib/Support/
H A DDisassembler.cpp76 const llvm::MCInstrInfo *mc_inst_info = NULL; local
103 mc_inst_info = target->createMCInstrInfo();
109 if ((disassembler == NULL) || (mc_inst_info == NULL) ||
116 *asm_info, *mc_inst_info,
179 delete mc_inst_info;

Completed in 679 milliseconds