Searched defs:getRelocatedSection (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Object/
H A DObjectFile.cpp44 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { function in class:ObjectFile
/external/llvm/include/llvm/Object/
H A DObjectFile.h120 section_iterator getRelocatedSection() const;
271 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
476 inline section_iterator SectionRef::getRelocatedSection() const { function in class:llvm::object::SectionRef
477 return OwningObject->getRelocatedSection(SectionPimpl);
H A DELFObjectFile.h101 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
515 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile

Completed in 715 milliseconds