HomeSort by relevance Sort by last modified time
    Searched refs:getRelocatedSection (Results 1 - 7 of 7) 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...]
  /external/llvm/lib/MC/
MCObjectSymbolizer.cpp 74 section_iterator RelSecI = SI->getRelocatedSection();
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 150 section_iterator RelocatedSection = si->getRelocatedSection();
228 section_iterator RelSecI = SI->getRelocatedSection();
RuntimeDyldELF.cpp 546 section_iterator RelSecI = si->getRelocatedSection();
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 585 section_iterator RelocatedSection = i->getRelocatedSection();

Completed in 62 milliseconds