Lines Matching refs:origAddr
255 static LineCC* get_lineCC(Addr origAddr)
262 get_debug_info(origAddr, file, fn, &line);
574 // Note that origAddr is the real origAddr, not the address of the first
577 SB_info* get_SB_info(IRSB* sbIn, Addr origAddr)
594 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr);
601 sbInfo->SB_addr = origAddr;