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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h275 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
499 return OwningObject->section_rel_begin(SectionPimpl);
H A DXCOFFObjectFile.h277 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
H A DWasm.h187 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
H A DMachO.h322 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
369 relocation_iterator section_rel_begin(unsigned Index) const;
H A DELFObjectFile.h288 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
816 ELFObjectFile<ELFT>::section_rel_begin(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
831 relocation_iterator Begin = section_rel_begin(Sec);
H A DCOFF.h915 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp95 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp316 relocation_iterator XCOFFObjectFile::section_rel_begin(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DMachOObjectFile.cpp2057 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { function in class:MachOObjectFile
2751 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { function in class:MachOObjectFile
2754 return section_rel_begin(DRI);
H A DCOFFObjectFile.cpp380 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1460 relocation_iterator WasmObjectFile::section_rel_begin(DataRefImpl Ref) const { function in class:WasmObjectFile
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1088 PrintRelocationEntries(O, O->section_rel_begin(DRI),
1108 PrintRelocationEntries(O, O->section_rel_begin(DRI),

Completed in 219 milliseconds