Searched defs:isSectionBSS (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Object/ | ||
H A D | ELFObjectFile.h | 895 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function |
/openbsd/gnu/llvm/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1754 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS() function in WasmObjectFile |
H A D | XCOFFObjectFile.cpp | 493 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2046 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile |