Home
last modified time | relevance | path

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

/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-7.0/llvm/include/llvm/Object/
DObjectFile.h242 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0;
457 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
DMachO.h326 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
373 relocation_iterator section_rel_end(unsigned Index) const;
DWasm.h178 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
DELFObjectFile.h262 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
774 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
DCOFF.h912 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
/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()
DCOFFObjectFile.cpp375 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp2021 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in MachOObjectFile
2685 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end() function in MachOObjectFile
2688 return section_rel_end(DRI); in section_rel_end()
DWasmObjectFile.cpp1213 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in WasmObjectFile
DCOFFObjectFile.cpp392 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DMachODump.cpp764 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()
785 O->section_rel_end(DRI), cputype, verbose); in PrintRelocations()