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

/external/llvm/include/llvm/Object/
H A DObjectFile.h35 class SectionRef;
36 typedef content_iterator<SectionRef> section_iterator;
69 class SectionRef { class in namespace:llvm::object
75 SectionRef() : OwningObject(nullptr) { } function in class:llvm::object::SectionRef
77 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
79 bool operator==(const SectionRef &Other) const;
80 bool operator!=(const SectionRef &Other) const;
81 bool operator<(const SectionRef &Other) const;
116 friend class SectionRef;
209 // Same as above for SectionRef
346 inline SectionRef::SectionRef(DataRefImpl SectionP, function in class:llvm::object::SectionRef
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DObjectFile.h84 friend class SectionRef;
163 /// SectionRef - This is a value type class that represents a single section in
165 class SectionRef { class in namespace:llvm::object
171 SectionRef() : OwningObject(NULL) { function in class:llvm::object::SectionRef
175 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
177 bool operator==(const SectionRef &Other) const;
179 error_code getNext(SectionRef &Result) const;
199 typedef content_iterator<SectionRef> section_iterator;
237 // Same as above for SectionRef.
238 friend class SectionRef;
356 inline SectionRef::SectionRef(DataRefImpl SectionP, function in class:llvm::object::SectionRef
[all...]

Completed in 376 milliseconds