Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h70 using GlobalValueSet = std::set<const GlobalValue *>; variable
74 std::function<Optional<GlobalValueSet>(GlobalValueSet Requested)>;
78 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested);
82 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
120 void expandPartition(GlobalValueSet &Partition);
/netbsd-src/external/apache2/llvm/dist/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()