Home
last modified time | relevance | path

Searched defs:PatchableFunctionLegacy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPatchableFunction.cpp31 struct PatchableFunctionLegacy : public MachineFunctionPass { struct
32 static char ID;
33 PatchableFunctionLegacy() : MachineFunctionPass(ID) { in PatchableFunctionLegacy() argument
36 bool runOnMachineFunction(MachineFunction &F) override { in runOnMachineFunction()
40 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()