Home
last modified time | relevance | path

Searched refs:WindowsSecureHotPatching (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp176 class WindowsSecureHotPatching : public ModulePass { class
180 WindowsSecureHotPatching() : ModulePass(ID) { in WindowsSecureHotPatching() function in __anon80b090ff0111::WindowsSecureHotPatching
199 char WindowsSecureHotPatching::ID = 0;
201 INITIALIZE_PASS(WindowsSecureHotPatching, "windows-secure-hot-patch",
204 return new WindowsSecureHotPatching(); in createWindowsSecureHotPatchingPass()
212 bool WindowsSecureHotPatching::doInitialization(Module &M) { in doInitialization()
496 bool WindowsSecureHotPatching::runOnFunction( in runOnFunction()
/freebsd/lib/clang/libllvm/
H A DMakefile539 SRCS_MIN+= CodeGen/WindowsSecureHotPatching.cpp
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3882 // See llvm/lib/CodeGen/WindowsSecureHotPatching.cpp