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

  /external/llvm/include/llvm/Object/
ObjectFile.h 321 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const = 0;
518 return OwningObject->isSectionZeroInit(SectionPimpl, Result);
MachO.h 90 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
COFF.h 236 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
ELF.h 702 virtual error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const;
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 381 error_code COFFObjectFile::isSectionZeroInit(DataRefImpl Sec,
MachOObjectFile.cpp 776 MachOObjectFile::isSectionZeroInit(DataRefImpl Sec, bool &Res) const {
    [all...]

Completed in 101 milliseconds