Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h160 using GVPredicate = std::function<bool(const GlobalValue &)>; variable
166 GVPredicate ShouldCloneDef = GVPredicate(),
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp19 GVPredicate ShouldCloneDef, in cloneToNewContext()
H A DCompileOnDemandLayer.cpp22 GVPredicate ShouldExtract) { in extractSubModule()