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

  /external/llvm/include/llvm/Object/
COFF.h 131 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
MachO.h 83 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
ObjectFile.h 323 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const = 0;
519 return OwningObject->isSectionZeroInit(SectionPimpl, Result);
ELF.h 682 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 380 error_code COFFObjectFile::isSectionZeroInit(DataRefImpl Sec,
MachOObjectFile.cpp 626 error_code MachOObjectFile::isSectionZeroInit(DataRefImpl DRI,
    [all...]

Completed in 126 milliseconds