Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h40 const ObjectFile *OwningObject; variable
43 RelocationRef() : OwningObject(nullptr) { } in RelocationRef()
84 const ObjectFile *OwningObject; variable
87 SectionRef() : OwningObject(nullptr) { } in SectionRef()
365 , OwningObject(Owner) {} in SectionRef()
380 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
384 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
388 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
392 return OwningObject->getSectionSize(SectionPimpl); in getSize()
396 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
[all …]
DSymbolicFile.h80 const SymbolicFile *OwningObject; variable
98 BasicSymbolRef() : OwningObject(nullptr) { } in BasicSymbolRef()
167 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
178 return OwningObject->moveSymbolNext(SymbolPimpl); in moveNext()
182 return OwningObject->printSymbolName(OS, SymbolPimpl); in printName()
186 return OwningObject->getSymbolFlags(SymbolPimpl); in getFlags()
194 return OwningObject; in getObject()
DCOFF.h728 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef()
731 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
753 const COFFObjectFile *OwningObject; variable
758 DelayImportDirectoryEntryRef() : OwningObject(nullptr) {} in DelayImportDirectoryEntryRef()
761 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
778 const COFFObjectFile *OwningObject; variable
784 ExportDirectoryEntryRef() : OwningObject(nullptr) {} in ExportDirectoryEntryRef()
787 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
801 const COFFObjectFile *OwningObject; variable
806 ImportedSymbolRef() : OwningObject(nullptr) {} in ImportedSymbolRef()
[all …]
DMachO.h31 const ObjectFile *OwningObject; variable
34 DiceRef() : OwningObject(nullptr) { } in DiceRef()
449 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()
471 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()
479 static_cast<const MachOObjectFile *>(OwningObject); in getLength()
487 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
498 return OwningObject; in getObjectFile()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1231 OwningObject); in imported_symbol_begin()
1237 OwningObject); in imported_symbol_end()
1248 OwningObject->getRvaPtr(ImportTable[Index].NameRVA, IntPtr)) in getName()
1270 if (std::error_code EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getImportLookupEntry()
1288 OwningObject); in imported_symbol_begin()
1294 OwningObject); in imported_symbol_end()
1304 if (std::error_code EC = OwningObject->getRvaPtr(Table[Index].Name, IntPtr)) in getName()
1319 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
1321 if (std::error_code EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getImportAddress()
1323 if (OwningObject->is64()) in getImportAddress()
[all …]