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

References

tools/llvm-jitlink/llvm-jitlink-macho.cpp
  126           FileInfo.GOTEntryInfos[TS->getName()] = {Sym->getSymbolContent(),
tools/llvm-jitlink/llvm-jitlink.cpp
  141   for (auto &GOTKV : FI.GOTEntryInfos)
  501   auto GOTInfoItr = FI->GOTEntryInfos.find(TargetName);
  502   if (GOTInfoItr == FI->GOTEntryInfos.end())