Ejemplo n.º 1
0
uint32_t __taint2_query_llvm(int reg_num, int offset) {
    LabelSetP ls = tp_query_llvm(shadow, reg_num, offset);
    return ls_card(ls);
}
Ejemplo n.º 2
0
uint32_t __taint_query_llvm(int reg_num, int offset) {
  return tp_query_llvm(shadow, reg_num, offset);
}