Searched defs:SectionRef (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h75 /// SectionRef - This is a value type class that represents a single section in
77 class SectionRef;
78 typedef content_iterator<SectionRef> section_iterator;
79 class SectionRef { class in namespace:llvm::object
85 SectionRef() : OwningObject(nullptr) { } function in class:llvm::object::SectionRef
87 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
89 bool operator==(const SectionRef &Other) const;
90 bool operator!=(const SectionRef &Other) const;
91 bool operator<(const SectionRef &Other) const;
128 friend class SectionRef;
393 inline SectionRef::SectionRef(DataRefImpl SectionP, function in class:llvm::object::SectionRef
[all...]

Completed in 85 milliseconds