Home
last modified time | relevance | path

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

/external/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()
/external/swiftshader/third_party/llvm-7.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()
/external/compiler-rt/lib/interception/tests/
Dinterception_win_test.cc466 TEST(Interception, PatchableFunction) { in TEST() argument