Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h259 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
440 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
H A DWasm.h180 void moveSectionNext(DataRefImpl &Sec) const override;
H A DXCOFFObjectFile.h285 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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp238 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.cpp1612 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
H A DMachOObjectFile.cpp1909 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile