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 97 const ObjectFile *OwningObject;
100 RelocationRef() : OwningObject(NULL) { }
137 const ObjectFile *OwningObject;
140 SectionRef() : OwningObject(NULL) { }
179 const ObjectFile *OwningObject;
182 SymbolRef() : OwningObject(NULL) { }
241 const ObjectFile *OwningObject;
244 LibraryRef() : OwningObject(NULL) { }
396 , OwningObject(Owner) {}
407 return OwningObject->getSymbolNext(SymbolPimpl, Result)
    [all...]
ELF.h 299 const OwningType *OwningObject;
302 DynRefImpl() : OwningObject(NULL) { }
    [all...]

Completed in 36 milliseconds