Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp243 SmallSet<StringRef, 16> HotPatchFunctionsSet; in doInitialization() local
245 HotPatchFunctionsSet.insert(StringRef{FuncName}); in doInitialization()
254 if (HotPatchFunctionsSet.contains(F.getName())) in doInitialization()