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