Searched refs:OwnedDataSection (Results 1 – 3 of 3) sorted by relevance
34 class OwnedDataSection; variable72 virtual void visit(const OwnedDataSection &Sec) = 0;90 void visit(const OwnedDataSection &Sec) override;322 class OwnedDataSection : public SectionBase {328 OwnedDataSection(StringRef SecName, ArrayRef<uint8_t> Data) in OwnedDataSection() function
134 void SectionWriter::visit(const OwnedDataSection &Sec) { in visit()139 void OwnedDataSection::accept(SectionVisitor &Visitor) const { in accept()
456 Obj.addSection<OwnedDataSection>(SecName, in HandleArgs()