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

Declarations

include/llvm/ExecutionEngine/Orc/Core.h
  623   legacyLookup(std::shared_ptr<AsynchronousSymbolQuery> Q, SymbolNameSet Names);

References

unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
  188   cantFail(JD2.legacyLookup(Q, cantFail(JD.legacyLookup(Q, {Foo}))));
  188   cantFail(JD2.legacyLookup(Q, cantFail(JD.legacyLookup(Q, {Foo}))));
unittests/ExecutionEngine/Orc/LegacyAPIInteropTest.cpp
   35         return cantFail(JD.legacyLookup(std::move(Q), Symbols));