Searched refs:sbInfo (Results 1 – 1 of 1) sorted by relevance
583 SB_info* sbInfo; member605 SB_info* sbInfo; in get_SB_info() local618 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr); in get_SB_info()619 tl_assert(NULL == sbInfo); in get_SB_info()623 sbInfo = VG_(OSetGen_AllocNode)(instrInfoTable, in get_SB_info()625 sbInfo->SB_addr = origAddr; in get_SB_info()626 sbInfo->n_instrs = n_instrs; in get_SB_info()627 VG_(OSetGen_Insert)( instrInfoTable, sbInfo ); in get_SB_info()629 return sbInfo; in get_SB_info()679 tl_assert(cgs->sbInfo_i < cgs->sbInfo->n_instrs); in setup_InstrInfo()[all …]