Searched defs:isSectionData (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ | ||
H A D | GOFFObjectFile.h | 98 bool isSectionData(DataRefImpl Sec) const override { return false; } isSectionData() function |
H A D | ELFObjectFile.h | 912 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { isSectionData() function |
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ | ||
H A D | WasmObjectFile.cpp | 1830 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { isSectionData() function in WasmObjectFile |
H A D | XCOFFObjectFile.cpp | 492 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { isSectionData() function in llvm::object::XCOFFObjectFile |
H A D | COFFObjectFile.cpp | 316 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { isSectionData() function in COFFObjectFile |
H A D | MachOObjectFile.cpp | 2045 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile |