Home
last modified time | relevance | path

Searched refs:module_to_patch (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h39 bool OverrideImportedFunction(const char *module_to_patch,
H A Dinterception_win.cpp1080 bool OverrideImportedFunction(const char *module_to_patch, in OverrideImportedFunction() argument
1084 HMODULE module = GetModuleHandleA(module_to_patch); in OverrideImportedFunction()