Searched refs:isSectionBSS (Results 1 – 11 of 11) sorted by relevance
103 bool isSectionBSS(DataRefImpl Sec) const override { return false; } in isSectionBSS() function
274 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;559 return OwningObject->isSectionBSS(SectionPimpl); in isBSS()
196 bool isSectionBSS(DataRefImpl Sec) const override;
330 bool isSectionBSS(DataRefImpl Sec) const override;958 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function
456 bool isSectionBSS(DataRefImpl Sec) const override;
613 bool isSectionBSS(DataRefImpl Sec) const override;
1013 bool isSectionBSS(DataRefImpl Sec) const override;
348 if (isSectionData(SecDRI) || isSectionBSS(SecDRI)) in getSymbolType()503 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in llvm::object::XCOFFObjectFile
320 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile
2016 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS() function in WasmObjectFile
2053 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile