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.cpp525 bool GOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in GOFFObjectFile
H A DXCOFFObjectFile.cpp503 bool XCOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in llvm::object::XCOFFObjectFile
H A DWasmObjectFile.cpp2033 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.cpp2046 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h956 bool ELFObjectFile<ELFT>::isSectionData(DataRefImpl Sec) const { in isSectionData() function