Searched refs:isSectionBSS (Results 1 – 10 of 10) sorted by relevance
273 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;502 return OwningObject->isSectionBSS(SectionPimpl); in isBSS()
188 bool isSectionBSS(DataRefImpl Sec) const override;
301 bool isSectionBSS(DataRefImpl Sec) const override;895 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function
455 bool isSectionBSS(DataRefImpl Sec) const override;
599 bool isSectionBSS(DataRefImpl Sec) const override;
953 bool isSectionBSS(DataRefImpl Sec) const override;
338 if (isSectionData(SecDRI) || isSectionBSS(SecDRI)) in getSymbolType()493 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in llvm::object::XCOFFObjectFile
321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile
1754 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS() function in WasmObjectFile
2046 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile