Home
last modified time | relevance | path

Searched refs:OwningObject (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DObjectFile.h94 const ObjectFile *OwningObject; variable
97 RelocationRef() : OwningObject(NULL) { } in RelocationRef()
138 const ObjectFile *OwningObject; variable
141 SectionRef() : OwningObject(NULL) { } in SectionRef()
181 const ObjectFile *OwningObject; variable
184 SymbolRef() : OwningObject(NULL) { } in SymbolRef()
242 const ObjectFile *OwningObject; variable
245 LibraryRef() : OwningObject(NULL) { } in LibraryRef()
395 , OwningObject(Owner) {} in SymbolRef()
406 return OwningObject->getSymbolNext(SymbolPimpl, Result); in getNext()
[all …]
DMachO.h31 const ObjectFile *OwningObject; variable
34 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()
DCOFF.h349 ImportDirectoryEntryRef() : OwningObject(0) {} in ImportDirectoryEntryRef()
352 : ImportDirectoryPimpl(ImportDirectory), OwningObject(Owner) {} in ImportDirectoryEntryRef()
366 const COFFObjectFile *OwningObject; variable
/freebsd-10-stable/contrib/llvm/lib/Object/
DCOFFObjectFile.cpp900 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()