forked from OSchip/llvm-project
[BOLT][NFC] Remove unused BinarySection member functions
(cherry picked from FBD20087243)
This commit is contained in:
parent
3b45212e84
commit
495761dc70
|
@ -250,9 +250,6 @@ public:
|
|||
bool isTBSS() const {
|
||||
return isBSS() && isTLS();
|
||||
}
|
||||
bool isNote() const { return ELFType == ELF::SHT_NOTE; }
|
||||
bool isStrTab() const { return ELFType == ELF::SHT_STRTAB; }
|
||||
bool isSymTab() const { return ELFType == ELF::SHT_SYMTAB; }
|
||||
bool isVirtual() const { return ELFType == ELF::SHT_NOBITS; }
|
||||
bool isRela() const { return ELFType == ELF::SHT_RELA; }
|
||||
bool isReadOnly() const {
|
||||
|
|
Loading…
Reference in New Issue