Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h102 bool isSectionText(DataRefImpl Sec) const override;
H A DObjectFile.h273 virtual bool isSectionText(DataRefImpl Sec) const = 0;
552 return OwningObject->isSectionText(SectionPimpl); in isText()
H A DWasm.h195 bool isSectionText(DataRefImpl Sec) const override;
H A DELFObjectFile.h331 bool isSectionText(DataRefImpl Sec) const override;
951 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { in isSectionText() function
H A DMachO.h459 bool isSectionText(DataRefImpl Sec) const override;
H A DXCOFFObjectFile.h618 bool isSectionText(DataRefImpl Sec) const override;
H A DCOFF.h1065 bool isSectionText(DataRefImpl Sec) const override;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObjectFile.cpp90 return isSectionText(Sec); in isBerkeleyText()
H A DGOFFObjectFile.cpp518 bool GOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp499 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.cpp2029 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in WasmObjectFile
H A DMachOObjectFile.cpp2041 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in MachOObjectFile