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

/external/llvm/include/llvm/Object/
H A DObjectFile.h134 /// SectionRef - This is a value type class that represents a single section in
136 class SectionRef { class in namespace:llvm::object
142 SectionRef() : OwningObject(NULL) { } function in class:llvm::object::SectionRef
144 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
146 bool operator==(const SectionRef &Other) const;
147 bool operator <(const SectionRef &Other) const;
149 error_code getNext(SectionRef &Result) const;
174 typedef content_iterator<SectionRef> section_iterator;
179 friend class SectionRef;
241 friend class SectionRef;
450 inline SectionRef::SectionRef(DataRefImpl SectionP, function in class:llvm::object::SectionRef
[all...]

Completed in 71 milliseconds