Searched refs:section_rel_end (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h276 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
503 return OwningObject->section_rel_end(SectionPimpl);
H A DXCOFFObjectFile.h278 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DWasm.h188 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
H A DMachO.h323 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
370 relocation_iterator section_rel_end(unsigned Index) const;
H A DELFObjectFile.h289 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
829 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h916 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp96 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp321 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp2065 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { function in class:MachOObjectFile
2757 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { function in class:MachOObjectFile
2760 return section_rel_end(DRI);
H A DCOFFObjectFile.cpp390 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1467 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { function in class:WasmObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1089 O->section_rel_end(DRI), cputype, verbose);
1109 O->section_rel_end(DRI), cputype, verbose);

Completed in 111 milliseconds