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

References

examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
   54   auto J = ExitOnErr(
   67   auto M = ExitOnErr(parseExampleModule(Add1Example, "add1"));
   69   ExitOnErr(J->addIRModule(std::move(M)));
   72   auto Add1Sym = ExitOnErr(J->lookup("add1"));
   87   ExitOnErr.setBanner(std::string(argv[0]) + ": ");