Home
last modified time | relevance | path

Searched refs:singletonSet (Results 1 – 4 of 4) sorted by relevance

/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp1150 static std::vector<T> singletonSet(T t) { in singletonSet() function
1200 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/initial/
Dtoy.cpp1150 static std::vector<T> singletonSet(T t) { in singletonSet() function
1188 return CompileLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp1150 static std::vector<T> singletonSet(T t) { in singletonSet() function
1191 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
Dtoy.cpp1151 static std::vector<T> singletonSet(T t) { in singletonSet() function
1209 return LazyEmitLayer.addModuleSet(singletonSet(std::move(M)), in addModule()