Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp101 Optional<CompileOnDemandLayer::GlobalValueSet>
102 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
106 Optional<CompileOnDemandLayer::GlobalValueSet>
107 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
201 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
244 GlobalValueSet RequestedGVs; in emitPartition()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h73 using GlobalValueSet = std::set<const GlobalValue *>; variable
77 std::function<Optional<GlobalValueSet>(GlobalValueSet Requested)>;
81 static Optional<GlobalValueSet> compileRequested(GlobalValueSet Requested);
85 static Optional<GlobalValueSet> compileWholeModule(GlobalValueSet Requested);
119 void expandPartition(GlobalValueSet &Partition);