Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h152 using GVModifier = std::function<void(GlobalValue &)>; variable
158 GVModifier UpdateClonedDefSource = GVModifier());
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp21 GVModifier UpdateClonedDefSource) { in cloneToNewContext()