Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h271 virtual bool isSectionText(DataRefImpl Sec) const = 0;
489 return OwningObject->isSectionText(SectionPimpl); in isText()
H A DWasm.h186 bool isSectionText(DataRefImpl Sec) const override;
H A DELFObjectFile.h298 bool isSectionText(DataRefImpl Sec) const override;
879 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { in isSectionText() function
H A DXCOFFObjectFile.h519 bool isSectionText(DataRefImpl Sec) const override;
H A DMachO.h428 bool isSectionText(DataRefImpl Sec) const override;
H A DCOFF.h958 bool isSectionText(DataRefImpl Sec) const override;
/llvm-project-15.0.7/llvm/lib/Object/
H A DObjectFile.cpp90 return isSectionText(Sec); in isBerkeleyText()
H A DXCOFFObjectFile.cpp436 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp311 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText() function in COFFObjectFile
H A DWasmObjectFile.cpp1754 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in WasmObjectFile
H A DMachOObjectFile.cpp2024 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in MachOObjectFile