Searched refs:isSectionBSS (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h268 virtual bool isSectionBSS(DataRefImpl Sec) const = 0;
475 return OwningObject->isSectionBSS(SectionPimpl);
H A DXCOFFObjectFile.h274 bool isSectionBSS(DataRefImpl Sec) const override;
H A DWasm.h184 bool isSectionBSS(DataRefImpl Sec) const override;
H A DELFObjectFile.h284 bool isSectionBSS(DataRefImpl Sec) const override;
760 bool ELFObjectFile<ELFT>::isSectionBSS(DataRefImpl Sec) const { function in class:llvm::object::ELFObjectFile
H A DMachO.h309 bool isSectionBSS(DataRefImpl Sec) const override;
H A DCOFF.h913 bool isSectionBSS(DataRefImpl Sec) const override;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp306 bool XCOFFObjectFile::isSectionBSS(DataRefImpl Sec) const { function in class:llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp323 bool COFFObjectFile::isSectionBSS(DataRefImpl Ref) const { function in class:COFFObjectFile
H A DWasmObjectFile.cpp1454 bool WasmObjectFile::isSectionBSS(DataRefImpl Sec) const { return false; } function in class:WasmObjectFile
H A DMachOObjectFile.cpp2025 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { function in class:MachOObjectFile

Completed in 205 milliseconds