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

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

Completed in 89 milliseconds