Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h161 using GVModifier = std::function<void(GlobalValue &)>; variable
167 GVModifier UpdateClonedDefSource = GVModifier());
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp20 GVModifier UpdateClonedDefSource) { in cloneToNewContext()