Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h69 using GlobalValueSet = std::set<const GlobalValue *>; variable
73 std::function<Optional<GlobalValueSet>(GlobalValueSet Requested)>;
77 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested);
81 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
119 void expandPartition(GlobalValueSet &Partition);
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp106 Optional<CompileOnDemandLayer::GlobalValueSet>
107 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
111 Optional<CompileOnDemandLayer::GlobalValueSet>
112 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
226 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
268 GlobalValueSet RequestedGVs; in emitPartition()