Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h92 void moveSectionNext(DataRefImpl &Sec) const override;
H A DObjectFile.h263 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
514 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
H A DWasm.h185 void moveSectionNext(DataRefImpl &Sec) const override;
H A DELFObjectFile.h319 void moveSectionNext(DataRefImpl &Sec) const override;
890 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
H A DXCOFFObjectFile.h602 void moveSectionNext(DataRefImpl &Sec) const override;
H A DMachO.h442 void moveSectionNext(DataRefImpl &Sec) const override;
H A DCOFF.h1002 void moveSectionNext(DataRefImpl &Sec) const override;
/src/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp422 void GOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in GOFFObjectFile
556 moveSectionNext(Sec); in section_begin()
H A DXCOFFObjectFile.cpp371 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.cpp1964 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
H A DMachOObjectFile.cpp1932 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile