Home
last modified time | relevance | path

Searched refs:GVPredicate (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h153 using GVPredicate = std::function<bool(const GlobalValue &)>; variable
159 GVPredicate ShouldCloneDef = GVPredicate(),
164 const ThreadSafeModule &TSMW, GVPredicate ShouldCloneDef = GVPredicate(),
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp19 GVPredicate ShouldCloneDef, in cloneToContext()
67 GVPredicate ShouldCloneDef, in cloneToNewContext()
H A DIRPartitionLayer.cpp18 GVPredicate ShouldExtract) { in extractSubModule()