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

References

include/llvm/ExecutionEngine/JITLink/JITLink.h
  809       if (S.getName() == Name)
lib/ExecutionEngine/JITLink/JITLink.cpp
   98             << ", section = " << B.getSection().getName();
  133     OS << " " << Sym.getBlock().getSection().getName();
lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
  192           "Address range for section " + Cur.GraphSection->getName() +
  364     if (CustomSectionParserFunctions.count(NSec.GraphSection->getName())) {
  366         dbgs() << "  Skipping section " << NSec.GraphSection->getName()
  372         dbgs() << "  Processing section " << NSec.GraphSection->getName()
  418           "First symbol in " + NSec.GraphSection->getName() + " is alt-entry");
  460                << NSec.GraphSection->getName() << " + "
  525     auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName());
tools/llvm-jitlink/llvm-jitlink-macho.cpp
   23 static bool isMachOGOTSection(Section &S) { return S.getName() == "$__GOT"; }
   26   return S.getName() == "$__STUBS";
   34                                        B.getSection().getName() +
   48             TargetSym.getBlock().getSection().getName() +
   55             TargetSym.getBlock().getSection().getName() +
   69             GOTSym.getBlock().getSection().getName() +
   92       dbgs() << "  Section \"" << Sec.getName() << "\": "
  101     if (FileInfo.SectionInfos.count(Sec.getName()))
  103                                          Sec.getName() + "\" in \"" + FileName +
  164       FileInfo.SectionInfos[Sec.getName()] = {SecSize, SecAddr};
  166       FileInfo.SectionInfos[Sec.getName()] = {
tools/llvm-jitlink/llvm-jitlink.cpp
  185     OS << S->getName() << " content:";