Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPatchableFunction.cpp26 struct PatchableFunction : public MachineFunctionPass { struct
27 static char ID; // Pass identification, replacement for typeid
28 PatchableFunction() : MachineFunctionPass(ID) { in PatchableFunction() function
33 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()