Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/interception/
Dinterception_linux.cpp59 bool InterceptFunction(const char *name, uptr *ptr_to_real, uptr func, in InterceptFunction() function
72 bool InterceptFunction(const char *name, const char *ver, uptr *ptr_to_real, in InterceptFunction() function
/external/llvm-project/compiler-rt/lib/interception/tests/
Dinterception_linux_test.cpp36 TEST(Interception, InterceptFunction) { in TEST() argument