Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DPatchEntries.cpp130 Function.setIsPatched(true); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1744 void setIsPatched(bool V) { IsPatched = V; } in setIsPatched() function