Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h262 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
443 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
H A DWasm.h180 void moveSectionNext(DataRefImpl &Sec) const override;
H A DXCOFFObjectFile.h329 void moveSectionNext(DataRefImpl &Sec) const override;
H A DELFObjectFile.h277 void moveSectionNext(DataRefImpl &Sec) const override;
807 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
H A DMachO.h295 void moveSectionNext(DataRefImpl &Sec) const override;
H A DCOFF.h949 void moveSectionNext(DataRefImpl &Sec) const override;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp239 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.cpp1613 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
H A DMachOObjectFile.cpp1908 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile