Home
last modified time | relevance | path

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

/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 { isSectionData() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2009 bool WasmObjectFile::isSectionData(DataRefImpl Sec) const { 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
/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h950 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { in isSectionData() function