Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDGOFFObjectFile.h105 relocation_iterator section_rel_begin(DataRefImpl Sec) const override { in section_rel_begin() function
HDObjectFile.h282 virtual relocation_iterator section_rel_begin(DataRefImpl Sec) const = 0;
587 return OwningObject->section_rel_begin(SectionPimpl); in relocation_begin()
HDMachO.h474 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
525 relocation_iterator section_rel_begin(unsigned Index) const;
HDWasm.h198 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
HDELFObjectFile.h335 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
1027 ELFObjectFile<ELFT>::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function
1060 relocation_iterator Begin = section_rel_begin(Sec); in section_rel_end()
HDXCOFFObjectFile.h617 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
HDCOFF.h1016 relocation_iterator section_rel_begin(DataRefImpl Sec) const override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
HDMachOReader.cpp97 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()), in extractSections()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp518 relocation_iterator XCOFFObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in llvm::object::XCOFFObjectFile
HDMachOObjectFile.cpp2174 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin() function in MachOObjectFile
2889 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin() function in MachOObjectFile
2892 return section_rel_begin(DRI); in section_rel_begin()
HDCOFFObjectFile.cpp395 relocation_iterator COFFObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin() function in COFFObjectFile
HDWasmObjectFile.cpp2020 relocation_iterator WasmObjectFile::section_rel_begin(DataRefImpl Ref) const { in section_rel_begin() function in WasmObjectFile
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp1010 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()
1030 PrintRelocationEntries(O, O->section_rel_begin(DRI), in PrintRelocations()