Home
last modified time | relevance | path

Searched refs:patchpoints (Results 1 – 6 of 6) sorted by relevance

/external/AFLplusplus/utils/afl_untracer/
Dida_get_patchpoints.py17 patchpoints = set() variable
43 patchpoints.add(block.start_ea - subtract_addr)
57 f.write("\n".join(map(hex, sorted(patchpoints))))
60 print("Done, found {} patchpoints".format(len(patchpoints)))
/external/llvm/test/CodeGen/AArch64/
Darm64-patchpoint-scratch-regs.ll3 ; Test that scratch registers are spilled around patchpoints
Darm64-patchpoint.ll46 ; Test patchpoints reusing the same TargetConstant.
66 ; Test small patchpoints that don't emit calls.
/external/llvm/test/CodeGen/X86/
Dpatchpoint.ll58 ; Test patchpoints reusing the same TargetConstant.
78 ; Test small patchpoints that don't emit calls.
Dpatchpoint-invoke.ll3 ; Test invoking of patchpoints
/external/llvm/test/CodeGen/PowerPC/
Dppc64-patchpoint.ll70 ; Test patchpoints reusing the same TargetConstant.
90 ; Test small patchpoints that don't emit calls.