Searched refs:section_end (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h95 Object.section_end());
98 return SectionFilterIterator(Predicate, Object.section_end(),
99 Object.section_end());
H A Dllvm-objdump.cpp1357 if (SecI == Obj->section_end())
1442 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep)
1617 if (SecI != Obj->section_end())
2048 if (SymSI && *SymSI != Obj->section_end() &&
2404 ? O->section_end()
2409 if (Type == SymbolRef::ST_Debug && Section != O->section_end()) {
2427 if ((Section != O->section_end() || Absolute) && !Weak)
2466 } else if (Section == O->section_end()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h169 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");
H A DRuntimeDyldMachOARM.h380 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");
H A DRuntimeDyldCOFFI386.h56 bool IsExtern = Section == Obj.section_end();
H A DRuntimeDyldCOFFX86_64.h206 bool IsExtern = SecI == Obj.section_end();
H A DRuntimeDyldCOFFThumb.h106 bool IsExtern = Section == Obj.section_end();
H A DRuntimeDyldCOFFAArch64.h165 bool IsExtern = Section == Obj.section_end();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp160 return (*unwrap(SI) == OF->section_end()) ? 1 : 0;
211 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0;
H A DXCOFFObjectFile.cpp224 return section_end();
424 section_iterator XCOFFObjectFile::section_end() const { function in class:llvm::object::XCOFFObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp319 section_iterator SI = Obj.section_end();
325 if (SI == Obj.section_end())
358 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
427 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
539 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
644 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
666 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
H A DRuntimeDyldMachO.cpp75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol");
166 section_iterator SE = Obj.section_end();
H A DRuntimeDyldELF.cpp614 for (section_iterator si = Obj.section_begin(), se = Obj.section_end();
622 if (RelSecI == Obj.section_end())
667 section_iterator TSI = Obj.section_end();
672 assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
1176 if (si == Obj.section_end())
1883 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp482 auto End = Value.File->obj().section_end();
508 return *SectionIter == Value.File->obj().section_end();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp151 if (Sec == Obj.section_end())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h316 virtual section_iterator section_end() const = 0;
320 return section_iterator_range(section_begin(), section_end());
H A DXCOFFObjectFile.h312 section_iterator section_end() const override;
H A DELFObjectFile.h423 section_iterator section_end() const override;
691 return section_end();
875 return section_end();
880 return section_end();
1072 section_iterator ELFObjectFile<ELFT>::section_end() const { function in class:llvm::object::ELFObjectFile
H A DWasm.h199 section_iterator section_end() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp163 if (!Sec || (Obj && Obj->section_end() == *Sec))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp228 if (*Sec == COFFObj->section_end())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp275 if (*SectOrErr != Obj.section_end())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp182 if (Sec2 != Obj->section_end())
201 if (SecI == Obj->section_end())
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp564 if (SecI != Obj->section_end())
637 if (SecI != Obj->section_end())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1422 object::section_iterator RSec = Obj.section_end();
1452 if (RSec != Obj.section_end())
1462 if (L && RSec != Obj.section_end())
1716 if (RelocatedSection == Obj.section_end())

Completed in 136 milliseconds

12