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

References

tools/llvm-jitlink/llvm-jitlink.cpp
  774   EntryPointArgs.push_back(PNStorage.get());
  776     EntryPointArgs.push_back(InputArg.data());
  777   EntryPointArgs.push_back(nullptr);
  782   return EntryPointPtr(EntryPointArgs.size() - 1, EntryPointArgs.data());
  782   return EntryPointPtr(EntryPointArgs.size() - 1, EntryPointArgs.data());