Searched refs:OwningObject (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h38 const ObjectFile *OwningObject; member in class:llvm::object::RelocationRef
41 RelocationRef() : OwningObject(nullptr) { }
82 const ObjectFile *OwningObject; member in class:llvm::object::SectionRef
85 SectionRef() : OwningObject(nullptr) { }
183 const ObjectFile *OwningObject; member in class:llvm::object::LibraryRef
186 LibraryRef() : OwningObject(nullptr) { }
396 , OwningObject(Owner) {}
411 return OwningObject->moveSectionNext(SectionPimpl);
415 return OwningObject->getSectionName(SectionPimpl, Result);
419 return OwningObject
[all...]
H A DSymbolicFile.h78 const SymbolicFile *OwningObject; member in class:llvm::object::BasicSymbolRef
94 BasicSymbolRef() : OwningObject(nullptr) { }
162 : SymbolPimpl(SymbolP), OwningObject(Owner) {}
173 return OwningObject->moveSymbolNext(SymbolPimpl);
177 return OwningObject->printSymbolName(OS, SymbolPimpl);
181 return OwningObject->getSymbolFlags(SymbolPimpl);
189 return OwningObject;
H A DMachO.h31 const ObjectFile *OwningObject; member in class:llvm::object::DiceRef
34 DiceRef() : OwningObject(nullptr) { }
252 : DicePimpl(DiceP) , OwningObject(Owner) {}
269 // the OwningObject ObjectFile is a MachOObjectFile a static_cast<> is used for
274 static_cast<const MachOObjectFile *>(OwningObject);
282 static_cast<const MachOObjectFile *>(OwningObject);
290 static_cast<const MachOObjectFile *>(OwningObject);
301 return OwningObject;
H A DCOFF.h479 ImportDirectoryEntryRef() : OwningObject(nullptr) {}
482 : ImportTable(Table), Index(I), OwningObject(Owner) {}
497 const COFFObjectFile *OwningObject; member in class:llvm::object::ImportDirectoryEntryRef
503 ExportDirectoryEntryRef() : OwningObject(nullptr) {}
506 : ExportTable(Table), Index(I), OwningObject(Owner) {}
520 const COFFObjectFile *OwningObject; member in class:llvm::object::ExportDirectoryEntryRef
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1025 OwningObject->getRvaPtr(ImportTable->NameRVA, IntPtr))
1035 OwningObject->getRvaPtr(ImportTable->ImportLookupTableRVA, IntPtr))
1055 OwningObject->getRvaPtr(ExportTable->NameRVA, IntPtr))
1078 OwningObject->getRvaPtr(ExportTable->ExportAddressTableRVA, IntPtr))
1092 OwningObject->getRvaPtr(ExportTable->OrdinalTableRVA, IntPtr))
1103 OwningObject->getRvaPtr(ExportTable->NamePointerRVA, IntPtr))
1106 if (std::error_code EC = OwningObject->getRvaPtr(NamePtr[Offset], IntPtr))

Completed in 284 milliseconds