Home
last modified time | relevance | path

Searched refs:isSectionReadOnlyData (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h74 bool isSectionReadOnlyData(DataRefImpl Sec) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp539 bool GOFFObjectFile::isSectionReadOnlyData(DataRefImpl Sec) const { in isSectionReadOnlyData() function in GOFFObjectFile