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

Declarations

include/llvm/Object/MachO.h
  380   iterator_range<export_iterator> exports(Error &Err) const;

References

tools/llvm-nm/llvm-nm.cpp
 1305       for (const llvm::object::ExportEntry &Entry : MachO->exports(Err)) {
tools/llvm-objdump/MachODump.cpp
10257   for (const object::ExportEntry &Entry : Obj->exports(Err)) {