Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h98 bool isSectionData(DataRefImpl Sec) const override { return false; } isSectionData() function
H A DELFObjectFile.h912 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { isSectionData() function
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1830 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { isSectionData() function in WasmObjectFile
H A DXCOFFObjectFile.cpp492 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { isSectionData() function in llvm::object::XCOFFObjectFile
H A DCOFFObjectFile.cpp316 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { isSectionData() function in COFFObjectFile
H A DMachOObjectFile.cpp2045 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile