Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/utils/afl_untracer/
H A 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)))
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/
H A Darm64-patchpoint.ll46 ; Test patchpoints reusing the same TargetConstant.
66 ; Test small patchpoints that don't emit calls.
H A Darm64-patchpoint-scratch-regs.ll3 ; Test that scratch registers are spilled around patchpoints
/aosp_15_r20/external/llvm/test/CodeGen/X86/
H A Dpatchpoint.ll58 ; Test patchpoints reusing the same TargetConstant.
78 ; Test small patchpoints that don't emit calls.
H A Dpatchpoint-invoke.ll3 ; Test invoking of patchpoints
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/
H A Dppc64-patchpoint.ll70 ; Test patchpoints reusing the same TargetConstant.
90 ; Test small patchpoints that don't emit calls.