Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h271 virtual bool isSectionText(DataRefImpl Sec) const = 0;
494 return OwningObject->isSectionText(SectionPimpl); in isText()
H A DWasm.h186 bool isSectionText(DataRefImpl Sec) const override;
H A DELFObjectFile.h299 bool isSectionText(DataRefImpl Sec) const override;
882 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { in isSectionText() function
H A DXCOFFObjectFile.h597 bool isSectionText(DataRefImpl Sec) const override;
H A DMachO.h453 bool isSectionText(DataRefImpl Sec) const override;
H A DCOFF.h951 bool isSectionText(DataRefImpl Sec) const override;
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DObjectFile.cpp90 return isSectionText(Sec); in isBerkeleyText()
H A DXCOFFObjectFile.cpp484 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.cpp1746 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in WasmObjectFile
H A DMachOObjectFile.cpp2033 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in MachOObjectFile