Searched refs:OwningObject (Results 1 – 4 of 4) sorted by relevance
94 const ObjectFile *OwningObject; variable97 RelocationRef() : OwningObject(NULL) { } in RelocationRef()138 const ObjectFile *OwningObject; variable141 SectionRef() : OwningObject(NULL) { } in SectionRef()181 const ObjectFile *OwningObject; variable184 SymbolRef() : OwningObject(NULL) { } in SymbolRef()242 const ObjectFile *OwningObject; variable245 LibraryRef() : OwningObject(NULL) { } in LibraryRef()395 , OwningObject(Owner) {} in SymbolRef()406 return OwningObject->getSymbolNext(SymbolPimpl, Result); in getNext()[all …]
31 const ObjectFile *OwningObject; variable34 DiceRef() : OwningObject(NULL) { } in DiceRef()216 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()231 Result = DiceRef(Rel, OwningObject); in getNext()241 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()249 static_cast<const MachOObjectFile *>(OwningObject); in getLength()257 static_cast<const MachOObjectFile *>(OwningObject); in getKind()268 return OwningObject; in getObjectFile()
349 ImportDirectoryEntryRef() : OwningObject(0) {} in ImportDirectoryEntryRef()352 : ImportDirectoryPimpl(ImportDirectory), OwningObject(Owner) {} in ImportDirectoryEntryRef()366 const COFFObjectFile *OwningObject; variable
900 Result = ImportDirectoryEntryRef(Next, OwningObject); in getNext()913 if (error_code ec = OwningObject->getRvaPtr(Dir->NameRVA, IntPtr)) in getName()924 if (error_code ec = OwningObject->getRvaPtr( in getImportLookupEntry()