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 36 section_iterator ObjectFile::getRelocatedSection(DataRefImpl Sec) const {
  /external/llvm/include/llvm/Object/
ObjectFile.h 171 section_iterator getRelocatedSection() const;
327 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
538 inline section_iterator SectionRef::getRelocatedSection() const {
539 return OwningObject->getRelocatedSection(SectionPimpl);
ELF.h 708 virtual section_iterator getRelocatedSection(DataRefImpl Sec) const;
    [all...]

Completed in 108 milliseconds