/external/llvm/include/llvm/Object/ |
D | ObjectFile.h | 227 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0; 416 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
|
D | MachO.h | 232 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 269 relocation_iterator section_rel_end(unsigned Index) const;
|
D | ELFObjectFile.h | 236 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 638 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
|
D | COFF.h | 744 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ObjectFile.h | 276 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0; 503 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
|
D | MachO.h | 323 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 370 relocation_iterator section_rel_end(unsigned Index) const;
|
D | XCOFFObjectFile.h | 278 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
D | Wasm.h | 188 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
D | ELFObjectFile.h | 289 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 829 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
|
D | COFF.h | 916 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | ObjectFile.h | 279 virtual relocation_iterator section_rel_end(DataRefImpl Sec) const = 0; 516 return OwningObject->section_rel_end(SectionPimpl); in relocation_end()
|
D | MachO.h | 324 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 371 relocation_iterator section_rel_end(unsigned Index) const;
|
D | Wasm.h | 193 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
D | XCOFFObjectFile.h | 300 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
D | ELFObjectFile.h | 303 relocation_iterator section_rel_end(DataRefImpl Sec) const override; 916 ELFObjectFile<ELFT>::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function
|
D | COFF.h | 941 relocation_iterator section_rel_end(DataRefImpl Sec) const override;
|
/external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
D | MachOReader.cpp | 100 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl()); in extractSections()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 725 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/ |
D | XCOFFObjectFile.cpp | 321 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::XCOFFObjectFile
|
D | MachOObjectFile.cpp | 2065 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()
|
D | COFFObjectFile.cpp | 390 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
|
D | WasmObjectFile.cpp | 1467 relocation_iterator WasmObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in WasmObjectFile
|
/external/llvm-project/llvm/lib/Object/ |
D | XCOFFObjectFile.cpp | 335 relocation_iterator XCOFFObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end() function in llvm::object::XCOFFObjectFile
|
D | MachOObjectFile.cpp | 2075 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()
|
D | COFFObjectFile.cpp | 397 relocation_iterator COFFObjectFile::section_rel_end(DataRefImpl Ref) const { in section_rel_end() function in COFFObjectFile
|