HomeSort by relevance Sort by last modified time
    Searched refs:DynamicRelocationSection (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h 38 class DynamicRelocationSection;
76 virtual void visit(const DynamicRelocationSection &Sec) = 0;
92 void visit(const DynamicRelocationSection &Sec) override;
581 class DynamicRelocationSection
589 explicit DynamicRelocationSection(ArrayRef<uint8_t> Data) : Contents(Data) {}
Object.cpp 445 void SectionWriter::visit(const DynamicRelocationSection &Sec) {
450 void DynamicRelocationSection::accept(SectionVisitor &Visitor) const {
792 return Obj.addSection<DynamicRelocationSection>(Data);
    [all...]

Completed in 620 milliseconds