Searched defs:moveSectionNext (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/lib/Object/ | ||
H A D | GOFFObjectFile.cpp | 422 void GOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in GOFFObjectFile |
H A D | XCOFFObjectFile.cpp | 371 void XCOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { moveSectionNext() function in llvm::object::XCOFFObjectFile |
H A D | WasmObjectFile.cpp | 1961 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } moveSectionNext() function in WasmObjectFile |
H A D | COFFObjectFile.cpp | 263 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 1932 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile |
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELFObjectFile.h | 890 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function |