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

Overrides

include/llvm/Object/ObjectFile.h
  307   virtual section_iterator section_end() const = 0;

Declarations

include/llvm/Object/MachO.h
  360   section_iterator section_end() const override;

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
   75   assert(TargetSI != Obj.section_end() && "Can't find section for symbol");
  166   section_iterator SE = Obj.section_end();
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOARM.h
  380     assert(SAI != MachO.section_end() && "Can't find section for address A");
  394     assert(SBI != MachO.section_end() && "Can't find section for address B");
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
  169     assert(SAI != Obj.section_end() && "Can't find section for address A");
  183     assert(SBI != Obj.section_end() && "Can't find section for address B");
lib/Object/MachOObjectFile.cpp
 1884     return section_end();
 4239     return *section_end();
 4242     return *section_end();
tools/dsymutil/MachODebugMapParser.cpp
  532   section_iterator Section = MainBinary.section_end();
  562     if (Section == MainBinary.section_end() || Section->isText())
tools/llvm-nm/llvm-nm.cpp
  514       if (Sec == MachO->section_end()) {
 1021     if (Sec == Obj.section_end())
tools/llvm-objdump/MachODump.cpp
  483     while (I != 0 && SI != O->section_end()) {
  487     if (SI == O->section_end()) {
 1019               uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a;
 8216     if (Section == Obj->section_end())
tools/llvm-readobj/MachODumper.cpp
  564     if (SecI != Obj->section_end())
  637   if (SecI != Obj->section_end())