Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h64 using GlobalValueSet = std::set<const GlobalValue *>; variable
68 std::function<std::optional<GlobalValueSet>(GlobalValueSet Requested)>;
72 static std::optional<GlobalValueSet>
73 compileRequested(GlobalValueSet Requested);
77 static std::optional<GlobalValueSet>
78 compileWholeModule(GlobalValueSet Requested);
116 void expandPartition(GlobalValueSet &Partition);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp105 std::optional<CompileOnDemandLayer::GlobalValueSet>
106 CompileOnDemandLayer::compileRequested(GlobalValueSet Requested) { in compileRequested()
110 std::optional<CompileOnDemandLayer::GlobalValueSet>
111 CompileOnDemandLayer::compileWholeModule(GlobalValueSet Requested) { in compileWholeModule()
227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
269 GlobalValueSet RequestedGVs; in emitPartition()