Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h520 std::vector<std::string> MSSecureHotPatchFunctionsList; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp530 !CGO.MSSecureHotPatchFunctionsList.empty()) { in CodeGenModule()
550 for (const auto &FuncName : CGO.MSSecureHotPatchFunctionsList) in CodeGenModule()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3895 MarshallingInfoStringVector<CodeGenOpts<"MSSecureHotPatchFunctionsList">>,