Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
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 DWasmObjectFile.cpp2008 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in WasmObjectFile
H A DCOFFObjectFile.cpp310 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
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h945 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { in isSectionText() function