Home
last modified time | relevance | path

Searched refs:moveSectionNext (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h211 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
364 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
DELFObjectFile.h222 void moveSectionNext(DataRefImpl &Sec) const override;
558 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
DMachO.h217 void moveSectionNext(DataRefImpl &Sec) const override;
DCOFF.h730 void moveSectionNext(DataRefImpl &Sec) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp255 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile
DMachOObjectFile.cpp597 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile