Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h684 std::vector<std::string> MSHotPatchFunctions; variable
H A DCodeGenModule.cpp538 this->MSHotPatchFunctions.push_back(std::string{*I}); in CodeGenModule()
551 this->MSHotPatchFunctions.push_back(FuncName); in CodeGenModule()
553 llvm::sort(this->MSHotPatchFunctions); in CodeGenModule()
H A DCGCall.cpp2665 if (!MSHotPatchFunctions.empty()) { in ConstructAttributeList()
2666 bool IsHotPatched = llvm::binary_search(MSHotPatchFunctions, Name); in ConstructAttributeList()