Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp20 GVPredicate ShouldCloneDef, in cloneToNewContext() argument
24 if (!ShouldCloneDef) in cloneToNewContext()
25 ShouldCloneDef = [](const GlobalValue &) { return true; }; in cloneToNewContext()
35 if (ShouldCloneDef(*GV)) { in cloneToNewContext()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h157 GVPredicate ShouldCloneDef = GVPredicate(),