Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h93 void moveSectionNext(DataRefImpl &Sec) const override;
H A DObjectFile.h264 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
515 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
H A DWasm.h186 void moveSectionNext(DataRefImpl &Sec) const override;
H A DELFObjectFile.h322 void moveSectionNext(DataRefImpl &Sec) const override;
896 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
H A DMachO.h447 void moveSectionNext(DataRefImpl &Sec) const override;
H A DXCOFFObjectFile.h609 void moveSectionNext(DataRefImpl &Sec) const override;
H A DCOFF.h1056 void moveSectionNext(DataRefImpl &Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp422 void GOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in GOFFObjectFile
557 moveSectionNext(Sec); in section_begin()
H A DXCOFFObjectFile.cpp372 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp263 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile
H A DWasmObjectFile.cpp1985 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
H A DMachOObjectFile.cpp1933 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile