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

/external/llvm/include/llvm/Object/
H A DObjectFile.h223 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
380 return OwningObject->moveSectionNext(SectionPimpl);
H A DMachO.h216 void moveSectionNext(DataRefImpl &Sec) const override;
H A DELFObjectFile.h92 void moveSectionNext(DataRefImpl &Sec) const override;
432 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h593 void moveSectionNext(DataRefImpl &Sec) const override;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp317 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp546 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { function in class:MachOObjectFile

Completed in 196 milliseconds