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

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp529 if (Sec == MachO->section_end()) {
937 if (SecI != Obj.section_end()) {
1048 if (Sec == Obj.section_end())
1132 if (*SecIOrErr == ELFObj->section_end())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp248 return section_end();
881 section_iterator COFFObjectFile::section_end() const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1414 return section_end();
1573 section_iterator WasmObjectFile::section_end() const { function in class:WasmObjectFile
H A DMachOObjectFile.cpp1888 return section_end();
2538 section_iterator MachOObjectFile::section_end() const { function in class:MachOObjectFile
4226 return *section_end();
4229 return *section_end();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h361 section_iterator section_end() const override;
H A DCOFF.h940 section_iterator section_end() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp473 while (I != 0 && SI != O->section_end()) {
477 if (SI == O->section_end()) {
1009 uint32_t nsects = O->section_end()->getRawDataRefImpl().d.a;
8210 if (Section == Obj->section_end())

Completed in 262 milliseconds

12