Home
last modified time | relevance | path

Searched defs:isSectionText (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h97 bool isSectionText(DataRefImpl Sec) const override { return false; } in isSectionText() function
H A DELFObjectFile.h907 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { in isSectionText() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1826 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in WasmObjectFile
H A DXCOFFObjectFile.cpp488 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 DMachOObjectFile.cpp2040 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in MachOObjectFile