Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h262 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
453 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
H A DWasm.h177 void moveSectionNext(DataRefImpl &Sec) const override;
H A DELFObjectFile.h289 void moveSectionNext(DataRefImpl &Sec) const override;
823 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
H A DXCOFFObjectFile.h510 void moveSectionNext(DataRefImpl &Sec) const override;
H A DMachO.h416 void moveSectionNext(DataRefImpl &Sec) const override;
H A DCOFF.h949 void moveSectionNext(DataRefImpl &Sec) const override;
/llvm-project-15.0.7/llvm/lib/Object/
H A DXCOFFObjectFile.cpp330 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp264 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1716 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
H A DMachOObjectFile.cpp1916 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile