Home
last modified time | relevance | path

Searched refs:section_rel_end (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/include/llvm/Object/
DObjectFile.h227 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
416 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
DMachO.h232 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
269 relocation_iterator section_rel_end(unsigned Index) const;
DELFObjectFile.h236 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
638 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
DCOFF.h744 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h276 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
503 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
DMachO.h323 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
370 relocation_iterator section_rel_end(unsigned Index) const;
DXCOFFObjectFile.h278 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DWasm.h188 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DELFObjectFile.h289 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
829 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
DCOFF.h916 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/external/llvm-project/llvm/include/llvm/Object/
DObjectFile.h279 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
516 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
DMachO.h324 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
371 relocation_iterator section_rel_end(unsigned Index) const;
DWasm.h193 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DXCOFFObjectFile.h300 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DELFObjectFile.h303 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
916 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
DCOFF.h941 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOReader.cpp100 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections()
/external/llvm/lib/Object/
DMachOObjectFile.cpp725 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
1309 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
1312 return section_rel_end(DRI); in section_rel_end()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp321 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::XCOFFObjectFile
DMachOObjectFile.cpp2065 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
2757 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
2760 return section_rel_end(DRI); in section_rel_end()
DCOFFObjectFile.cpp390 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
DWasmObjectFile.cpp1467 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in WasmObjectFile
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp335 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::XCOFFObjectFile
DMachOObjectFile.cpp2075 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
2788 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
2791 return section_rel_end(DRI); in section_rel_end()
DCOFFObjectFile.cpp397 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile

12