Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPatchableFunction.cpp26 struct PatchableFunction : public MachineFunctionPass { struct
27 static char ID; // Pass identification, replacement for typeid
28 PatchableFunction() : MachineFunctionPass(ID) { in PatchableFunction() argument
33 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()