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 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...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 190 section_iterator RelocatedSection = SI->getRelocatedSection();
332 section_iterator RelSecI = SI->getRelocatedSection();
RuntimeDyldELF.cpp 662 section_iterator RelSecI = si->getRelocatedSection();
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 689 section_iterator RelocatedSection = Section.getRelocatedSection();
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 401 section_iterator Sec2 = Section.getRelocatedSection();

Completed in 139 milliseconds