Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h86 const ObjectFile *OwningObject; variable
89 SymbolRef() : OwningObject(NULL) { in SymbolRef()
132 const ObjectFile *OwningObject; variable
135 RelocationRef() : OwningObject(NULL) { in RelocationRef()
168 const ObjectFile *OwningObject; variable
171 SectionRef() : OwningObject(NULL) { in SectionRef()
308 , OwningObject(Owner) {} in SymbolRef()
315 return OwningObject->getSymbolNext(SymbolPimpl, Result); in getNext()
319 return OwningObject->getSymbolName(SymbolPimpl, Result); in getName()
323 return OwningObject->getSymbolAddress(SymbolPimpl, Result); in getAddress()
[all …]
/external/llvm/include/llvm/Object/
DObjectFile.h42 const ObjectFile *OwningObject; variable
45 RelocationRef() : OwningObject(nullptr) { } in RelocationRef()
72 const ObjectFile *OwningObject; variable
75 SectionRef() : OwningObject(nullptr) { } in SectionRef()
349 , OwningObject(Owner) {} in SectionRef()
364 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
368 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
372 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
376 return OwningObject->getSectionSize(SectionPimpl); in getSize()
380 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
[all …]
DSymbolicFile.h88 const SymbolicFile *OwningObject; variable
108 BasicSymbolRef() : OwningObject(nullptr) { } in BasicSymbolRef()
175 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
186 return OwningObject->moveSymbolNext(SymbolPimpl); in moveNext()
190 return OwningObject->printSymbolName(OS, SymbolPimpl); in printName()
194 return OwningObject->getSymbolFlags(SymbolPimpl); in getFlags()
202 return OwningObject; in getObject()
DCOFF.h894 ImportDirectoryEntryRef() : OwningObject(nullptr) {} in ImportDirectoryEntryRef()
897 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
916 const COFFObjectFile *OwningObject; variable
921 DelayImportDirectoryEntryRef() : OwningObject(nullptr) {} in DelayImportDirectoryEntryRef()
924 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
941 const COFFObjectFile *OwningObject; variable
947 ExportDirectoryEntryRef() : OwningObject(nullptr) {} in ExportDirectoryEntryRef()
950 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
967 const COFFObjectFile *OwningObject; variable
972 ImportedSymbolRef() : OwningObject(nullptr) {} in ImportedSymbolRef()
[all …]
DMachO.h31 const ObjectFile *OwningObject; variable
34 DiceRef() : OwningObject(nullptr) { } in DiceRef()
472 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()
494 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()
502 static_cast<const MachOObjectFile *>(OwningObject); in getLength()
510 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
521 return OwningObject; in getObjectFile()
/external/llvm/lib/Object/
DCOFFObjectFile.cpp1212 return getObject(Result, OwningObject->Data, ImportTable + Index); in getImportTableEntry()
1254 OwningObject); in imported_symbol_begin()
1260 OwningObject); in imported_symbol_end()
1271 OwningObject->getRvaPtr(ImportTable[Index].NameRVA, IntPtr)) in getName()
1301 OwningObject); in imported_symbol_begin()
1307 OwningObject); in imported_symbol_end()
1317 if (std::error_code EC = OwningObject->getRvaPtr(Table[Index].Name, IntPtr)) in getName()
1332 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
1334 if (std::error_code EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getImportAddress()
1336 if (OwningObject->is64()) in getImportAddress()
[all …]