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

References

examples/HowToUseLLJIT/HowToUseLLJIT.cpp
   75   auto Add1Sym = ExitOnErr(J->lookup("add1"));
examples/LLJITExamples/LLJITWithJITLink/LLJITWithJITLink.cpp
   63   auto Add1Sym = ExitOnErr(J->lookup("add1"));
examples/LLJITExamples/LLJITWithObjectCache/LLJITWithObjectCache.cpp
   72   auto Add1Sym = ExitOnErr(J->lookup("add1"));
tools/lli/lli.cpp
  865     auto EntryPointSym = ExitOnErr(J->lookup(ThreadEntryPoint));
  873   auto MainSym = ExitOnErr(J->lookup("main"));