Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp219 std::vector<std::string> HotPatchFunctionsList; in doInitialization() local
227 HotPatchFunctionsList.push_back(std::string{*I}); in doInitialization()
239 HotPatchFunctionsList.push_back(FuncName); in doInitialization()
244 for (const auto &FuncName : HotPatchFunctionsList) in doInitialization()