reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.cpp865 auto EntryPointSym = ExitOnErr(J->lookup(ThreadEntryPoint)); 873 auto MainSym = ExitOnErr(J->lookup("main"));