Home
last modified time | relevance | path

Searched refs:isSectionData (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp94 return isSectionData(Sec); in isBerkeleyData()
H A DXCOFFObjectFile.cpp308 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp316 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData() function in COFFObjectFile
H A DWasmObjectFile.cpp1673 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in WasmObjectFile
H A DMachOObjectFile.cpp2021 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h272 virtual bool isSectionData(DataRefImpl Sec) const = 0;
483 return OwningObject->isSectionData(SectionPimpl); in isData()
H A DWasm.h190 bool isSectionData(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h339 bool isSectionData(DataRefImpl Sec) const override;
H A DELFObjectFile.h287 bool isSectionData(DataRefImpl Sec) const override;
868 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { in isSectionData() function
H A DMachO.h308 bool isSectionData(DataRefImpl Sec) const override;
H A DCOFF.h959 bool isSectionData(DataRefImpl Sec) const override;