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

  /external/llvm/include/llvm/Object/
ObjectFile.h 94 const ObjectFile *OwningObject;
97 RelocationRef() : OwningObject(NULL) { }
138 const ObjectFile *OwningObject;
141 SectionRef() : OwningObject(NULL) { }
181 const ObjectFile *OwningObject;
184 SymbolRef() : OwningObject(NULL) { }
246 const ObjectFile *OwningObject;
249 LibraryRef() : OwningObject(NULL) { }
400 , OwningObject(Owner) {}
411 return OwningObject->getSymbolNext(SymbolPimpl, Result)
    [all...]
MachO.h 33 const ObjectFile *OwningObject;
36 DiceRef() : OwningObject(NULL) { }
216 : DicePimpl(DiceP) , OwningObject(Owner) {}
231 Result = DiceRef(Rel, OwningObject);
236 // the OwningObject ObjectFile is a MachOObjectFile a static_cast<> is used for
241 static_cast<const MachOObjectFile *>(OwningObject);
249 static_cast<const MachOObjectFile *>(OwningObject);
257 static_cast<const MachOObjectFile *>(OwningObject);
268 return OwningObject;

Completed in 60 milliseconds