Searched refs:MSHotPatchFunctions (Results 1 – 3 of 3) sorted by relevance
684 std::vector<std::string> MSHotPatchFunctions; variable
538 this->MSHotPatchFunctions.push_back(std::string{*I}); in CodeGenModule()551 this->MSHotPatchFunctions.push_back(FuncName); in CodeGenModule()553 llvm::sort(this->MSHotPatchFunctions); in CodeGenModule()
2665 if (!MSHotPatchFunctions.empty()) { in ConstructAttributeList()2666 bool IsHotPatched = llvm::binary_search(MSHotPatchFunctions, Name); in ConstructAttributeList()