Home
last modified time | relevance | path

Searched refs:OwnedDataSection (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h34 class OwnedDataSection; variable
72 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
DObject.cpp134 void SectionWriter::visit(const OwnedDataSection &Sec) { in visit()
139 void OwnedDataSection::accept(SectionVisitor &Visitor) const { in accept()
Dllvm-objcopy.cpp456 Obj.addSection<OwnedDataSection>(SecName, in HandleArgs()