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

References

tools/llvm-readobj/MachODumper.cpp
  466     getSection(Obj, Section.getRawDataRefImpl(), MOSection);
  467     DataRefImpl DR = Section.getRawDataRefImpl();
  468     StringRef Name = unwrapOrError(Obj->getFileName(), Section.getName());
  494       for (const RelocationRef &Reloc : Section.relocations())
  501         if (!Section.containsSymbol(Symbol))
  508     if (opts::SectionData && !Section.isBSS())
  510                                                       Section.getContents()));