HomeSort by relevance Sort by last modified time
    Searched refs:moveSectionNext (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 243 virtual void moveSectionNext(DataRefImpl &Sec) const = 0;
411 return OwningObject->moveSectionNext(SectionPimpl);
MachO.h 80 void moveSectionNext(DataRefImpl &Sec) const override;
COFF.h 378 void moveSectionNext(DataRefImpl &Sec) const override;
ELFObjectFile.h 78 void moveSectionNext(DataRefImpl &Sec) const override;
375 void ELFObjectFile<ELFT>::moveSectionNext(DataRefImpl &Sec) const {
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 242 void COFFObjectFile::moveSectionNext(DataRefImpl &Ref) const {
    [all...]
MachOObjectFile.cpp 664 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const {
    [all...]

Completed in 380 milliseconds