Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp19 GVPredicate ShouldCloneDef, in cloneToContext() argument
23 if (!ShouldCloneDef) in cloneToContext()
24 ShouldCloneDef = [](const GlobalValue &) { return true; }; in cloneToContext()
34 if (ShouldCloneDef(*GV)) { in cloneToContext()
67 GVPredicate ShouldCloneDef, in cloneToNewContext() argument
72 return cloneToContext(TSM, std::move(TSCtx), std::move(ShouldCloneDef), in cloneToNewContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h159 GVPredicate ShouldCloneDef = GVPredicate(),
164 const ThreadSafeModule &TSMW, GVPredicate ShouldCloneDef = GVPredicate(),