Home
last modified time | relevance | path

Searched refs:isSectionText (Results 1 – 13 of 13) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h101 bool isSectionText(DataRefImpl Sec) const override;
H A DObjectFile.h272 virtual bool isSectionText(DataRefImpl Sec) const = 0;
551 return OwningObject->isSectionText(SectionPimpl); in isText()
H A DWasm.h194 bool isSectionText(DataRefImpl Sec) const override;
H A DELFObjectFile.h328 bool isSectionText(DataRefImpl Sec) const override;
945 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { in isSectionText() function
H A DXCOFFObjectFile.h611 bool isSectionText(DataRefImpl Sec) const override;
H A DMachO.h454 bool isSectionText(DataRefImpl Sec) const override;
H A DCOFF.h1011 bool isSectionText(DataRefImpl Sec) const override;
/src/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp90 return isSectionText(Sec); in isBerkeleyText()
H A DGOFFObjectFile.cpp517 bool GOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp494 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp310 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText() function in COFFObjectFile
H A DWasmObjectFile.cpp2008 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in WasmObjectFile
H A DMachOObjectFile.cpp2040 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in MachOObjectFile