Home
last modified time | relevance | path

Searched refs:section_rel_begin (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h281 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
525 return OwningObject->section_rel_begin(SectionPimpl); in relocation_begin()
H A DMachO.h447 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
494 relocation_iterator section_rel_begin(unsigned Index) const;
H A DWasm.h190 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
H A DELFObjectFile.h305 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
961 ELFObjectFile<ELFT>::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function
976 relocation_iterator Begin = section_rel_begin(Sec); in section_rel_end()
H A DXCOFFObjectFile.h525 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
H A DCOFF.h963 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp95 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()), in extractSections()
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp460 relocation_iterator XCOFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp2123 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in MachOObjectFile
2838 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin() function in MachOObjectFile
2841 return section_rel_begin(DRI); in section_rel_begin()
H A DCOFFObjectFile.cpp396 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin() function in COFFObjectFile
H A DWasmObjectFile.cpp1766 relocation_iterator WasmObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin() function in WasmObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1023 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1043 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()