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

References

tools/llvm-rtdyld/llvm-rtdyld.cpp
  544   void *MainAddress = Dyld.getSymbolLocalAddress(EntryPoint);
  546     ErrorAndExit("no definition for '" + EntryPoint + "'");
  563   errs() << "loaded '" << EntryPoint << "' at: " << (void*)MainAddress << "\n";