Home
last modified time | relevance | path

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

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