Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h243 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
411 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
DMachO.h80 void moveSectionNext(DataRefImpl &Sec) const override;
DELFObjectFile.h78 void moveSectionNext(DataRefImpl &Sec) const override;
375 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
DCOFF.h378 void moveSectionNext(DataRefImpl &Sec) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp242 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile
DMachOObjectFile.cpp664 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in llvm::object::MachOObjectFile