Searched defs:isSectionText (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | GOFFObjectFile.cpp | 517 bool GOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in GOFFObjectFile |
H A D | XCOFFObjectFile.cpp | 494 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in llvm::object::XCOFFObjectFile |
H A D | WasmObjectFile.cpp | 2008 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in WasmObjectFile |
H A D | COFFObjectFile.cpp | 310 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { in isSectionText() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2040 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in MachOObjectFile |
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | ELFObjectFile.h | 945 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { in isSectionText() function |