Lines Matching refs:BinarySection
29 bool BinarySection::isELF() const { return BC.isELF(); } in isELF()
31 bool BinarySection::isMachO() const { return BC.isMachO(); } in isMachO()
34 BinarySection::hash(const BinaryData &BD, in hash()
68 void BinarySection::emitAsData(MCStreamer &Streamer, StringRef NewName) const { in emitAsData()
116 void BinarySection::flushPendingRelocations(raw_pwrite_stream &OS, in flushPendingRelocations()
164 BinarySection::~BinarySection() { in ~BinarySection()
177 void BinarySection::clearRelocations() { clearList(Relocations); } in clearRelocations()
179 void BinarySection::print(raw_ostream &OS) const { in print()
199 BinarySection::RelocationSetType
200 BinarySection::reorderRelocations(bool Inplace) const { in reorderRelocations()
226 void BinarySection::reorderContents(const std::vector<BinaryData *> &Order, in reorderContents()
263 std::string BinarySection::encodeELFNote(StringRef NameStr, StringRef DescStr, in encodeELFNote()