Searched refs:sbInfo (Results 1 – 1 of 1) sorted by relevance
559 SB_info* sbInfo; member581 SB_info* sbInfo; in get_SB_info() local594 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr); in get_SB_info()595 tl_assert(NULL == sbInfo); in get_SB_info()599 sbInfo = VG_(OSetGen_AllocNode)(instrInfoTable, in get_SB_info()601 sbInfo->SB_addr = origAddr; in get_SB_info()602 sbInfo->n_instrs = n_instrs; in get_SB_info()603 VG_(OSetGen_Insert)( instrInfoTable, sbInfo ); in get_SB_info()606 return sbInfo; in get_SB_info()653 tl_assert(cgs->sbInfo_i < cgs->sbInfo->n_instrs); in setup_InstrInfo()[all …]