Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h516 std::string MSSecureHotPatchFunctionsFile; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp529 if (!CGO.MSSecureHotPatchFunctionsFile.empty() || in CodeGenModule()
531 if (!CGO.MSSecureHotPatchFunctionsFile.empty()) { in CodeGenModule()
533 llvm::MemoryBuffer::getFile(CGO.MSSecureHotPatchFunctionsFile); in CodeGenModule()
545 DE.Report(DiagID) << CGO.MSSecureHotPatchFunctionsFile in CodeGenModule()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3887 MarshallingInfoString<CodeGenOpts<"MSSecureHotPatchFunctionsFile">>,