Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DELFObjectFile.h876 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DXCOFFObjectFile.cpp312 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp1676 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } in isSectionBSS() function in WasmObjectFile
H A DCOFFObjectFile.cpp321 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { in isSectionBSS() function in COFFObjectFile
H A DMachOObjectFile.cpp2030 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS() function in MachOObjectFile