Searched defs:PatchableFunction (Results 1 – 3 of 3) sorted by relevance
26 struct PatchableFunction : public MachineFunctionPass { struct27 static char ID; // Pass identification, replacement for typeid28 PatchableFunction() : MachineFunctionPass(ID) { in PatchableFunction() argument33 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
466 TEST(Interception, PatchableFunction) { in TEST() argument