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

/external/llvm/lib/Object/
H A DObjectFile.cpp58 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const { function in class:ObjectFile
/external/llvm/include/llvm/Object/
H A DObjectFile.h105 section_iterator getRelocatedSection() const;
224 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
405 inline section_iterator SectionRef::getRelocatedSection() const { function in class:llvm::object::SectionRef
406 return OwningObject->getRelocatedSection(SectionPimpl);
H A DELFObjectFile.h227 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
642 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile

Completed in 58 milliseconds