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

References

include/llvm/Object/SymbolicFile.h
   85     return !(*this == other);
lib/DebugInfo/DWARF/DWARFContext.cpp
 1587       if (RelocatedSection == Obj.section_end())
 1640       if (Section.relocation_begin() == Section.relocation_end())
lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
  167   if (!Sec || (Obj && Obj->section_end() == *Sec))
lib/ExecutionEngine/JITLink/MachO_arm64.cpp
  135     if (UnsignedRelItr == RelEnd)
  256           if (RelItr == RelEnd)
lib/ExecutionEngine/JITLink/MachO_x86_64.cpp
  137     if (UnsignedRelItr == RelEnd)
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp
  316       if (SI == Obj.section_end())
  357     if (RelocatedSection == SE)
  363     if (I == E && !ProcessAllSections)
  661     if (!(RelSecI == Section))
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
  615     if (RelSecI == Obj.section_end())
  646       if (i == e)
 1169       if (si == Obj.section_end())
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFI386.h
   44     if (Symbol == Obj.symbol_end())
   87     if (Section == Obj.section_end()) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFThumb.h
   66     if (Symbol == Obj.symbol_end())
  107     if (Section == Obj.section_end()) {
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldCOFFX86_64.h
  198     if (Symbol == Obj.symbol_end())
  205     const bool IsExtern = SecI == Obj.section_end();
lib/Object/Object.cpp
  152   if (sections.begin() == sections.end())
  160   return (*unwrap(SI) == OF->section_end()) ? 1 : 0;
  166   if (symbols.begin() == symbols.end())
  174   return (*unwrap(SI) == OF->symbol_end()) ? 1 : 0;
  211   return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0;
  245   return (*unwrap(SI) == OB->getBinary()->symbol_end()) ? 1 : 0;
  292   return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0;
lib/Object/SymbolSize.cpp
   45     if (Syms.begin() == Syms.end())
   77     if (P.I == O.symbol_end())
   92     if (P.I == O.symbol_end())
lib/XRay/InstrumentationMap.cpp
   77   if (I == Sections.end())
tools/dsymutil/MachODebugMapParser.cpp
  562     if (Section == MainBinary.section_end() || Section->isText())
tools/llvm-cxxdump/llvm-cxxdump.cpp
   92       if (RelocSymI == Obj->symbol_end())
  114       if (RelocSymI == Obj->symbol_end())
  201     if (SecI == Obj->section_end())
tools/llvm-nm/llvm-nm.cpp
  514       if (Sec == MachO->section_end()) {
 1021     if (Sec == Obj.section_end())
 1100       if (*SecIOrErr == ELFObj->section_end())
tools/llvm-objdump/COFFDump.cpp
  352   if (I == E)
  399   if (I == E)
tools/llvm-objdump/MachODump.cpp
  487     if (SI == O->section_end()) {
 2821     if (Reloc == info->S.relocations().end())
 2952     if (Reloc == info->S.relocations().end())
 8216     if (Section == Obj->section_end())
tools/llvm-objdump/WasmDump.cpp
   36   if (SI == Obj->symbol_end()) {
tools/llvm-objdump/llvm-objdump.cpp
  923     if (SecI == Obj->section_end())
 1008     if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep)
 1622     if (Section.relocation_begin() == Section.relocation_end())
 1865     } else if (Section == O->section_end()) {
tools/llvm-pdbutil/InputFile.cpp
  508   return *SectionIter == Value.File->obj().section_end();
tools/llvm-readobj/COFFDumper.cpp
  271   if (SymI == Obj->symbol_end())