HomeSort by: relevance | last modified time | path
    Searched refs:instop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
Dwarf.cc 819 // define instop entry
820 inst_info_t *instop = new inst_info_t; local
821 instop->type = CPF_INSTR_TYPE_PREFETCH; // XXXX UNKNOWN
822 instop->offset = memop->offset;
823 instop->memop = memop;
826 ctx->module->infoList->append (instop);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dwarf.cc 819 // define instop entry
820 inst_info_t *instop = new inst_info_t; local
821 instop->type = CPF_INSTR_TYPE_PREFETCH; // XXXX UNKNOWN
822 instop->offset = memop->offset;
823 instop->memop = memop;
826 ctx->module->infoList->append (instop);

Completed in 17 milliseconds