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

References

tools/llvm-readobj/MachODumper.cpp
  462   for (const SectionRef &Section : Obj->sections()) {
  466     getSection(Obj, Section.getRawDataRefImpl(), MOSection);
  468     StringRef Name = unwrapOrError(Obj->getFileName(), Section.getName());
  469     ArrayRef<char> RawName = Obj->getSectionRawName(DR);
  470     StringRef SegmentName = Obj->getSectionFinalSegmentName(DR);
  471     ArrayRef<char> RawSegmentName = Obj->getSectionRawFinalSegmentName(DR);
  489     if (Obj->is64Bit())
  500       for (const SymbolRef &Symbol : Obj->symbols()) {
  509       W.printBinaryBlock("SectionData", unwrapOrError(Obj->getFileName(),