Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp524 bool GOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp498 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2012 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in WasmObjectFile
H A DCOFFObjectFile.cpp315 bool COFFObjectFile::isSectionData(DataRefImpl Ref) const { in isSectionData() function in COFFObjectFile
H A DMachOObjectFile.cpp2045 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h950 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { in isSectionData() function