Home
last modified time | relevance | path

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

/aosp_15_r20/external/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() function
33 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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() function
33 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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() function
33 MachineFunctionProperties getRequiredProperties() const override { in getRequiredProperties()
/aosp_15_r20/external/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cc466 TEST(Interception, PatchableFunction) { in TEST() argument