[BOLT][NFC] Replace ambiguous BinarySection::isReadOnly with isWritable
authorAmir Ayupov <aaupov@fb.com>
Wed, 18 Jan 2023 22:21:28 +0000 (14:21 -0800)
committerAmir Ayupov <aaupov@fb.com>
Wed, 18 Jan 2023 22:53:07 +0000 (14:53 -0800)
commit69a9bbf106eb3832a4a02ec84f2522a4079f3dec
tree8ed364aba384aff5500c7a4b1abb6ebb8a7aac81
parentc5abe893120b115907376359a5809229a9f9608a
[BOLT][NFC] Replace ambiguous BinarySection::isReadOnly with isWritable

Address feedback in https://reviews.llvm.org/D102284#2755060

Reviewed By: yota9

Differential Revision: https://reviews.llvm.org/D141733
bolt/include/bolt/Core/BinarySection.h
bolt/lib/Core/BinaryFunction.cpp
bolt/lib/Passes/BinaryPasses.cpp
bolt/lib/Rewrite/RewriteInstance.cpp