Searched defs:isSectionBSS (Results 1 – 5 of 5) sorted by relevance
306 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in llvm::object::XCOFFObjectFile
1454 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS() function in WasmObjectFile
323 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile
2025 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile
760 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function