HomeSort by relevance Sort by last modified time
    Searched defs:SectionRef (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 35 class SectionRef;
36 typedef content_iterator<SectionRef> section_iterator;
69 class SectionRef {
75 SectionRef() : OwningObject(nullptr) { }
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
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 84 friend class SectionRef;
163 /// SectionRef - This is a value type class that represents a single section in
165 class SectionRef {
171 SectionRef() : OwningObject(NULL) {
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;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 38 class SectionRef;
39 typedef content_iterator<SectionRef> section_iterator;
72 class SectionRef {
78 SectionRef() : OwningObject(nullptr) { }
80 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
82 bool operator==(const SectionRef &Other) const;
83 bool operator!=(const SectionRef &Other) const;
84 bool operator<(const SectionRef &Other) const;
119 friend class SectionRef;
212 // Same as above for SectionRef
    [all...]

Completed in 274 milliseconds