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

References

tools/llvm-objdump/llvm-objdump.cpp
 1609   StringRef Fmt = Obj->getBytesInAddress() > 4 ? "%016" PRIx64 :
 1613   if (!Obj->isRelocatableObject())
 1621   for (const SectionRef &Section : ToolSectionFilter(*Obj, &Ndx)) {
 1626       reportError(Obj->getFileName(),
 1634     StringRef SecName = unwrapOrError(P.first.getName(), Obj->getFileName());
 1646           reportError(std::move(E), Obj->getFileName());