HomeSort by relevance Sort by last modified time
    Searched defs:getRelocatedSection (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Object/
ObjectFile.cpp 58 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const {
  /external/llvm/include/llvm/Object/
ObjectFile.h 105 section_iterator getRelocatedSection() const;
224 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
405 inline section_iterator SectionRef::getRelocatedSection() const {
406 return OwningObject->getRelocatedSection(SectionPimpl);
ELFObjectFile.h 227 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
642 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const {

Completed in 75 milliseconds