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 44 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const {
  /external/llvm/include/llvm/Object/
ObjectFile.h 120 section_iterator getRelocatedSection() const;
271 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
476 inline section_iterator SectionRef::getRelocatedSection() const {
477 return OwningObject->getRelocatedSection(SectionPimpl);
ELFObjectFile.h 101 section_iterator getRelocatedSection(DataRefImpl Sec) const override;
515 ELFObjectFile<ELFT>::getRelocatedSection(DataRefImpl Sec) const {
    [all...]

Completed in 179 milliseconds