| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 327 virtual section_iterator section_end() const = 0; 331 return section_iterator_range(section_begin(), section_end()); in sections() 445 Object.section_end()); in begin() 448 return SectionFilterIterator(Predicate, Object.section_end(), in end() 449 Object.section_end()); in end()
|
| H A D | GOFFObjectFile.h | 53 section_iterator section_end() const override;
|
| H A D | ELFObjectFile.h | 490 section_iterator section_end() const override; 875 return section_end(); in getSymbolSection() 1091 return section_end(); in getRelocatedSection() 1274 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
|
| H A D | Wasm.h | 211 section_iterator section_end() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 322 section_iterator SI = Obj.section_end(); in loadObjectImpl() 328 if (SI == Obj.section_end()) in loadObjectImpl() 364 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 433 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl() 546 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize() 656 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize() 682 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
|
| H A D | RuntimeDyldMachO.cpp | 74 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA() 165 section_iterator SE = Obj.section_end(); in getSectionByAddress()
|
| H A D | RuntimeDyldELF.cpp | 921 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection() 929 if (RelSecI == Obj.section_end()) in findOPDEntrySection() 974 section_iterator TSI = Obj.section_end(); in findOPDEntrySection() 979 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); in findOPDEntrySection() 1655 if (si == Obj.section_end()) in processRelocationRef() 2780 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOI386.h | 168 assert(SAI != Obj.section_end() && "Can't find section for address A"); in processSECTDIFFRelocation() 182 assert(SBI != Obj.section_end() && "Can't find section for address B"); in processSECTDIFFRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 379 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation() 393 assert(SBI != MachO.section_end() && "Can't find section for address B"); in processHALFSECTDIFFRelocation()
|
| H A D | RuntimeDyldCOFFI386.h | 56 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFX86_64.h | 212 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFThumb.h | 128 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 178 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
| H A D | llvm-tli-checker.cpp | 170 /*Default=*/O.section_end()); in maybeInsertSymbol() 172 Section != O.section_end()) { in maybeInsertSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | Object.cpp | 163 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; in LLVMObjectFileIsSectionIteratorAtEnd() 213 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | InputFile.cpp | 530 auto End = Value.File->obj().section_end(); in scanToNextDebugS() 556 return *SectionIter == Value.File->obj().section_end(); in isEnd()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-nm/ |
| H A D | llvm-nm.cpp | 461 if (Sec == MachO->section_end()) { in darwinPrintSymbol() 662 if (Sec != Obj->section_end()) in printLineNumbers() 889 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar() 986 if (SecIter == Obj.section_end()) in getSymbolNMTypeChar() 1036 if (Sec == Obj.section_end()) in getSymbolNMTypeChar() 1129 if (*SecIOrErr == ELFObj->section_end()) in getNMSectionTagAndName() 1734 if (SecIter == XCOFFObj->section_end()) in getXCOFFExports()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 183 if (Sec2 != Obj->section_end()) in dumpCXXData() 202 if (SecI == Obj->section_end()) in dumpCXXData()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1238 if (SecI == Obj.section_end()) in addDynamicElfSymbols() 1375 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep) in getRelocsMap() 1774 if (SecI != Obj.section_end()) { in disassembleObject() 1808 if (SecI != Obj.section_end()) in disassembleObject() 2971 ? O.section_end() in printSymbol() 2976 if (Section != O.section_end() && shouldAdjustVA(*Section)) in printSymbol() 2986 if (Type == SymbolRef::ST_Debug && Section != O.section_end()) { in printSymbol() 3004 if ((Section != O.section_end() || Absolute) && !Weak) in printSymbol() 3043 } else if (Section == O.section_end()) { in printSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 281 if (Sec == Obj.section_end()) in notifyObjectLoaded()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 277 if (*SectOrErr != Obj.section_end()) in notifyObjectLoaded()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVDWARFReader.cpp | 1010 section_iterator Section = IsSTAB ? Obj.section_end() : *IterOrErr; in mapRangeAddress() 1011 if (Section == Obj.section_end()) in mapRangeAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1916 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() 1946 if (RSec != Obj.section_end()) in getSymbolInfo() 1956 if (L && RSec != Obj.section_end()) in getSymbolInfo() 2170 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory() 2213 if (RelocatedSection == Obj.section_end() || in DWARFObjInMemory()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 155 if (!Sec || Obj.section_end() == *Sec) { in addSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | RTDyldObjectLinkingLayer.cpp | 266 if (*Sec == COFFObj->section_end()) in onObjLoad()
|