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

References

examples/Kaleidoscope/include/KaleidoscopeJIT.h
  107       if (auto Sym = CompileLayer.findSymbolIn(H, Name, ExportedSymbolsOnly))
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
  233         if (auto Sym = BaseLayer.findSymbolIn(BLK, Name, ExportedSymbolsOnly))
  598         if (auto FnBodySym = BaseLayer.findSymbolIn(PartKey, FnName, false)) {
include/llvm/ExecutionEngine/Orc/IRTransformLayer.h
  103     return BaseLayer.findSymbolIn(K, Name, ExportedSymbolsOnly);
include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
   63             if (auto Sym = B.findSymbolIn(K, Name, ExportedSymbolsOnly))
   81         return B.findSymbolIn(K, Name, ExportedSymbolsOnly);
lib/ExecutionEngine/Orc/OrcCBindingsStack.h
   67       return Layer.findSymbolIn(K, Name, ExportedSymbolsOnly);