Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/tests/
H A Dinterception_win_test.cc499 TEST(Interception, PatchableFunction) { in TEST() argument