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

  /external/llvm/include/llvm/Object/
ObjectFile.h 40 class RelocationRef {
45 RelocationRef() : OwningObject(nullptr) { }
47 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
49 bool operator==(const RelocationRef &Other) const;
65 typedef content_iterator<RelocationRef> relocation_iterator;
230 // Same as above for RelocationRef.
231 friend class RelocationRef;
431 /// RelocationRef
432 inline RelocationRef::RelocationRef(DataRefImpl RelocationP
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
ObjectFile.h 128 /// RelocationRef - This is a value type class that represents a single
130 class RelocationRef {
135 RelocationRef() : OwningObject(NULL) {
139 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
141 bool operator==(const RelocationRef &Other) const;
143 error_code getNext(RelocationRef &Result) const;
161 typedef content_iterator<RelocationRef> relocation_iterator;
254 // Same as above for RelocationRef.
255 friend class RelocationRef;
257 RelocationRef &Res) const = 0
    [all...]

Completed in 102 milliseconds