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

/external/llvm/include/llvm/Object/
H A DObjectFile.h131 /// SectionRef - This is a value type class that represents a single section in
133 class SectionRef;
134 typedef content_iterator<SectionRef> section_iterator;
135 class SectionRef { class in namespace:llvm::object
141 SectionRef() : OwningObject(NULL) { } function in class:llvm::object::SectionRef
143 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
145 bool operator==(const SectionRef &Other) const;
146 bool operator<(const SectionRef &Other) const;
148 error_code getNext(SectionRef &Result) const;
179 friend class SectionRef;
460 inline SectionRef::SectionRef(DataRefImpl SectionP, function in class:llvm::object::SectionRef
[all...]

Completed in 103 milliseconds