Searched refs:breakpoint_opcodes (Results 1 – 2 of 2) sorted by relevance
359 it->second.breakpoint_opcodes.size(), 0); in RemoveSoftwareBreakpoint()372 if (makeArrayRef(curr_break_op) != it->second.breakpoint_opcodes) { in RemoveSoftwareBreakpoint()
376 llvm::ArrayRef<uint8_t> breakpoint_opcodes; member