Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h262 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
457 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
H A DWasm.h177 void moveSectionNext(DataRefImpl &Sec) const override;
H A DELFObjectFile.h290 void moveSectionNext(DataRefImpl &Sec) const override;
827 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
H A DXCOFFObjectFile.h588 void moveSectionNext(DataRefImpl &Sec) const override;
H A DMachO.h441 void moveSectionNext(DataRefImpl &Sec) const override;
H A DCOFF.h942 void moveSectionNext(DataRefImpl &Sec) const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp361 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.cpp1708 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
H A DMachOObjectFile.cpp1925 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile