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

/external/llvm/include/llvm/Object/
H A DObjectFile.h219 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
390 return OwningObject->isSectionBSS(SectionPimpl);
H A DMachO.h227 bool isSectionBSS(DataRefImpl Sec) const override;
H A DELFObjectFile.h223 bool isSectionBSS(DataRefImpl Sec) const override;
591 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DCOFF.h667 bool isSectionBSS(DataRefImpl Sec) const override;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp306 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp562 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 83 milliseconds