Searched defs:isSectionBSS (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 103 bool isSectionBSS(DataRefImpl Sec) const override { return false; } in isSectionBSS() function |
H A D | ELFObjectFile.h | 958 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function |
/llvm-project/llvm/lib/Object/ | ||
H A D | XCOFFObjectFile.cpp | 503 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { isSectionBSS() function in llvm::object::XCOFFObjectFile |
H A D | WasmObjectFile.cpp | 2013 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } isSectionBSS() function in WasmObjectFile |
H A D | COFFObjectFile.cpp | 320 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2053 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile |