reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

examples/HowToUseLLJIT/HowToUseLLJIT.cpp
   24   auto M = std::make_unique<Module>("test", *Context);
   29       Function::Create(FunctionType::get(Type::getInt32Ty(*Context),
   30                                          {Type::getInt32Ty(*Context)}, false),
   35   BasicBlock *BB = BasicBlock::Create(*Context, "EntryBlock", Add1F);
   55   return ThreadSafeModule(std::move(M), std::move(Context));