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

12

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h73 Object.section_end());
76 return SectionFilterIterator(Predicate, Object.section_end(),
77 Object.section_end());
H A Dllvm-objdump.cpp923 if (SecI == Obj->section_end())
1008 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep)
1165 if (SecI != Obj->section_end())
1511 if (SymSI && *SymSI != Obj->section_end() &&
1836 section_iterator Section = isSTAB ? O->section_end() :
1841 if (Type == SymbolRef::ST_Debug && Section != O->section_end()) {
1887 } else if (Section == O->section_end()) {
/freebsd-11-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.h87 if (Section == Obj.section_end()) {
H A DRuntimeDyldCOFFX86_64.h205 const bool IsExtern = SecI == Obj.section_end();
H A DRuntimeDyldCOFFThumb.h107 if (Section == Obj.section_end()) {
H A DRuntimeDyldCOFFAArch64.h164 const bool IsExtern = Section == Obj.section_end();
/freebsd-11-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.cpp221 return section_end();
381 section_iterator XCOFFObjectFile::section_end() const { function in class:llvm::object::XCOFFObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp310 section_iterator SI = Obj.section_end();
316 if (SI == Obj.section_end())
348 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
417 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
529 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
631 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
653 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.cpp607 for (section_iterator si = Obj.section_begin(), se = Obj.section_end();
615 if (RelSecI == Obj.section_end())
660 section_iterator TSI = Obj.section_end();
665 assert(TSI != Obj.section_end() && "TSI should refer to a valid section");
1169 if (si == Obj.section_end())
1876 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp151 if (Sec == Obj.section_end())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp189 if (*Sec == COFFObj->section_end())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h309 virtual section_iterator section_end() const = 0;
313 return section_iterator_range(section_begin(), section_end());
H A DXCOFFObjectFile.h288 section_iterator section_end() const override;
H A DELFObjectFile.h420 section_iterator section_end() const override;
672 return section_end();
850 return section_end();
855 return section_end();
1043 section_iterator ELFObjectFile<ELFT>::section_end() const { function in class:llvm::object::ELFObjectFile
H A DWasm.h199 section_iterator section_end() const override;
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2293 unsigned char *section_end; local
2306 section_end = start + bytes;
2415 if (start + 2 * pointer_size > section_end)
2442 if (start + 2 > section_end)
2452 if (start + length > section_end)
2664 unsigned char *section_end; local
2677 section_end = start + bytes;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp167 if (!Sec || (Obj && Obj->section_end() == *Sec))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp275 if (*SectOrErr != Obj.section_end())
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp564 if (SecI != Obj->section_end())
637 if (SecI != Obj->section_end())

Completed in 305 milliseconds

12