Searched defs:isSectionText (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 97 bool isSectionText(DataRefImpl Sec) const override { return false; } isSectionText() function |
H A D | ELFObjectFile.h | 907 bool ELFObjectFile<ELFT>::isSectionText(DataRefImpl Sec) const { isSectionText() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1826 bool WasmObjectFile::isSectionText(DataRefImpl Sec) const { isSectionText() function in WasmObjectFile |
H A D | XCOFFObjectFile.cpp | 488 bool XCOFFObjectFile::isSectionText(DataRefImpl Sec) const { isSectionText() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 311 bool COFFObjectFile::isSectionText(DataRefImpl Ref) const { isSectionText() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2040 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText() function in MachOObjectFile |