HomeSort by relevance Sort by last modified time
    Searched refs:ModuleHandleT (Results 1 - 3 of 3) sorted by null

  /external/llvm/examples/Kaleidoscope/include/
KaleidoscopeJIT.h 46 typedef CompileLayerT::ModuleSetHandleT ModuleHandleT;
56 ModuleHandleT addModule(std::unique_ptr<Module> M) {
75 void removeModule(ModuleHandleT H) {
120 std::vector<ModuleHandleT> ModuleHandles;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 80 typedef unsigned ModuleHandleT;
165 ModuleHandleT addIRModule(LayerT &Layer, Module *M,
191 ModuleHandleT H = createHandle(Layer, LH);
203 ModuleHandleT addIRModuleEager(Module *M,
211 ModuleHandleT addIRModuleLazy(Module *M,
219 void removeModule(ModuleHandleT H) {
231 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name,
  /external/llvm/tools/lli/
OrcLazyJIT.h 41 typedef CODLayerT::ModuleSetHandleT ModuleHandleT;
65 ModuleHandleT addModule(std::unique_ptr<Module> M) {
122 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name) {

Completed in 548 milliseconds