Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h236 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
411 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
H A DWasm.h171 void moveSectionNext(DataRefImpl &Sec) const override;
H A DELFObjectFile.h249 void moveSectionNext(DataRefImpl &Sec) const override;
651 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
H A DMachO.h298 void moveSectionNext(DataRefImpl &Sec) const override;
H A DCOFF.h900 void moveSectionNext(DataRefImpl &Sec) const override;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DCOFFObjectFile.cpp267 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1280 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
H A DMachOObjectFile.cpp1860 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile