Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h211 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
364 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
DELFObjectFile.h222 void moveSectionNext(DataRefImpl &Sec) const override;
558 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
DMachO.h217 void moveSectionNext(DataRefImpl &Sec) const override;
DCOFF.h730 void moveSectionNext(DataRefImpl &Sec) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h224 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
397 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
DWasm.h162 void moveSectionNext(DataRefImpl &Sec) const override;
DELFObjectFile.h247 void moveSectionNext(DataRefImpl &Sec) const override;
646 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function
DMachO.h298 void moveSectionNext(DataRefImpl &Sec) const override;
DCOFF.h897 void moveSectionNext(DataRefImpl &Sec) const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp255 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile
DMachOObjectFile.cpp597 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp1132 void WasmObjectFile::moveSectionNext(DataRefImpl &Sec) const { Sec.d.a++; } in moveSectionNext() function in WasmObjectFile
DCOFFObjectFile.cpp267 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const { in moveSectionNext() function in COFFObjectFile
DMachOObjectFile.cpp1860 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext() function in MachOObjectFile