Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowsSecureHotPatching.cpp156 static cl::opt<std::string> LLVMMSSecureHotPatchFunctionsFile( variable
217 if (!LLVMMSSecureHotPatchFunctionsFile.empty() || in doInitialization()
221 if (!LLVMMSSecureHotPatchFunctionsFile.empty()) { in doInitialization()
222 auto BufOrErr = MemoryBuffer::getFile(LLVMMSSecureHotPatchFunctionsFile); in doInitialization()
232 LLVMMSSecureHotPatchFunctionsFile + Twine(" : ") + in doInitialization()