Home
last modified time | relevance | path

Searched defs:isSectionBSS (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h99 bool isSectionBSS(DataRefImpl Sec) const override { return false; } isSectionBSS() function
H A DELFObjectFile.h920 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { isSectionBSS() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1834 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } isSectionBSS() function in WasmObjectFile
H A DXCOFFObjectFile.cpp497 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { isSectionBSS() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { isSectionBSS() function in COFFObjectFile
H A DMachOObjectFile.cpp2053 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile