Searched defs:moveSectionNext (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 84 void moveSectionNext(DataRefImpl &Sec) const override {} moveSectionNext() function |
H A D | ELFObjectFile.h | 852 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { moveSectionNext() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1788 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } moveSectionNext() function in WasmObjectFile |
H A D | XCOFFObjectFile.cpp | 365 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { moveSectionNext() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 264 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { moveSectionNext() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 1932 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile |