Searched refs:isSectionZeroInit (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h262 virtual std::error_code isSectionZeroInit(DataRefImpl Sec,
455 return OwningObject->isSectionZeroInit(SectionPimpl, Result);
H A DMachO.h96 std::error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const override;
H A DCOFF.h392 std::error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const override;
H A DELFObjectFile.h94 std::error_code isSectionZeroInit(DataRefImpl Sec, bool &Res) const override;
461 std::error_code ELFObjectFile<ELFT>::isSectionZeroInit(DataRefImpl Sec, function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp322 std::error_code COFFObjectFile::isSectionZeroInit(DataRefImpl Ref, function in class:COFFObjectFile
H A DMachOObjectFile.cpp776 std::error_code MachOObjectFile::isSectionZeroInit(DataRefImpl Sec, function in class:llvm::object::MachOObjectFile

Completed in 70 milliseconds