Home
last modified time | relevance | path

Searched refs:section_end (Results 1 – 25 of 39) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h101 Object.section_end()); in begin()
104 return SectionFilterIterator(Predicate, Object.section_end(), in end()
105 Object.section_end()); in end()
H A Dllvm-objdump.cpp825 if (SecI == Obj.section_end()) in addDynamicElfSymbols()
956 if (Relocated == Obj.section_end() || !checkSectionFilter(*Relocated).Keep) in getRelocsMap()
1308 if (SecI != Obj.section_end()) in disassembleObject()
1804 if (SymSI && *SymSI != Obj.section_end() && in disassembleObject()
2191 ? O.section_end() in printSymbol()
2196 if (Type == SymbolRef::ST_Debug && Section != O.section_end()) { in printSymbol()
2214 if ((Section != O.section_end() || Absolute) && !Weak) in printSymbol()
2253 } else if (Section == O.section_end()) { in printSymbol()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp337 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in checkPseudoProbe()
362 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in decodePseudoProbe()
577 if (SecI != Obj->section_end()) in disassemble()
595 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in disassemble()
644 for (section_iterator SI = Obj->section_begin(), SE = Obj->section_end(); in checkUseFSDiscriminator()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp321 section_iterator SI = Obj.section_end(); in loadObjectImpl()
327 if (SI == Obj.section_end()) in loadObjectImpl()
360 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
429 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in loadObjectImpl()
548 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeTotalAllocSize()
654 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeGOTSize()
680 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in computeSectionStubBufSize()
H A DRuntimeDyldMachO.cpp75 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processScatteredVANILLA()
166 section_iterator SE = Obj.section_end(); in getSectionByAddress()
H A DRuntimeDyldELF.cpp707 for (section_iterator si = Obj.section_begin(), se = Obj.section_end(); in findOPDEntrySection()
715 if (RelSecI == Obj.section_end()) in findOPDEntrySection()
760 section_iterator TSI = Obj.section_end(); in findOPDEntrySection()
765 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); in findOPDEntrySection()
1271 if (si == Obj.section_end()) in processRelocationRef()
2319 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end(); in finalizeLoad()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h168 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 DRuntimeDyldMachOARM.h379 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 DRuntimeDyldCOFFI386.h56 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h205 bool IsExtern = SecI == Obj.section_end(); in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h105 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h165 bool IsExtern = Section == Obj.section_end(); in processRelocationRef()
/llvm-project-15.0.7/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp181 /*Default=*/O->section_end()); in populateFromObject()
184 Section != O->section_end()) in populateFromObject()
/llvm-project-15.0.7/llvm/lib/Object/
H A DObject.cpp163 return (*unwrap(SI) == OF->section_end()) ? 1 : 0; in LLVMObjectFileIsSectionIteratorAtEnd()
214 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0; in LLVMIsSectionIteratorAtEnd()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h324 virtual section_iterator section_end() const = 0;
328 return section_iterator_range(section_begin(), section_end()); in sections()
H A DELFObjectFile.h438 section_iterator section_end() const override;
802 return section_end(); in getSymbolSection()
998 return section_end(); in getRelocatedSection()
1165 section_iterator ELFObjectFile<ELFT>::section_end() const { in section_end() function
H A DWasm.h202 section_iterator section_end() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp529 auto End = Value.File->obj().section_end(); in scanToNextDebugS()
555 return *SectionIter == Value.File->obj().section_end(); in isEnd()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachODebugMapParser.cpp571 section_iterator Section = MainBinary.section_end(); in loadMainBinarySymbols()
603 if ((Section == MainBinary.section_end() || Section->isText()) && !Extern) in loadMainBinarySymbols()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1470 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo()
1500 if (RSec != Obj.section_end()) in getSymbolInfo()
1510 if (L && RSec != Obj.section_end()) in getSymbolInfo()
1724 Obj.isRelocatableObject() ? *SecOrErr : Obj.section_end(); in DWARFObjInMemory()
1771 if (RelocatedSection != Obj.section_end() && Name.contains(".dwo")) in DWARFObjInMemory()
1775 if (RelocatedSection == Obj.section_end() || in DWARFObjInMemory()
/llvm-project-15.0.7/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp183 if (Sec2 != Obj->section_end()) in dumpCXXData()
202 if (SecI == Obj->section_end()) in dumpCXXData()
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp474 if (Sec == MachO->section_end()) { in darwinPrintSymbol()
869 if (SecI != Obj.section_end()) { in getSymbolNMTypeChar()
966 if (SecIter == Obj.section_end()) in getSymbolNMTypeChar()
1016 if (Sec == Obj.section_end()) in getSymbolNMTypeChar()
1099 if (*SecIOrErr == ELFObj->section_end()) in getNMSectionTagAndName()
1704 if (SecIter == XCOFFObj->section_end()) in getXCOFFExports()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp274 if (*SectOrErr != Obj.section_end()) in notifyObjectLoaded()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp221 if (*Sec == COFFObj->section_end()) in onObjLoad()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp281 if (Sec == Obj.section_end()) in notifyObjectLoaded()

12