Home
last modified time | relevance | path

Searched refs:OwningObject (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h54 const ObjectFile *OwningObject = nullptr; variable
85 const ObjectFile *OwningObject = nullptr; variable
382 , OwningObject(Owner) {} in SectionRef()
397 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
401 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
405 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
409 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
413 return OwningObject->getSectionSize(SectionPimpl); in getSize()
417 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
421 return OwningObject->getSectionAlignment(SectionPimpl); in getAlignment()
[all …]
DSymbolicFile.h101 const SymbolicFile *OwningObject = nullptr; variable
183 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
194 return OwningObject->moveSymbolNext(SymbolPimpl); in moveNext()
198 return OwningObject->printSymbolName(OS, SymbolPimpl); in printName()
202 return OwningObject->getSymbolFlags(SymbolPimpl); in getFlags()
210 return OwningObject; in getObject()
DMachO.h46 const ObjectFile *OwningObject = nullptr; variable
684 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()
706 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()
714 static_cast<const MachOObjectFile *>(OwningObject); in getLength()
722 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
733 return OwningObject; in getObjectFile()
DCOFF.h1071 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
1094 const COFFObjectFile *OwningObject = nullptr; variable
1102 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
1119 const COFFObjectFile *OwningObject = nullptr; variable
1128 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
1145 const COFFObjectFile *OwningObject = nullptr; variable
1153 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1156 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1170 const COFFObjectFile *OwningObject = nullptr; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp1298 return getObject(Result, OwningObject->Data, ImportTable + Index); in getImportTableEntry()
1340 OwningObject); in imported_symbol_begin()
1346 OwningObject); in imported_symbol_end()
1356 OwningObject); in lookup_table_begin()
1361 OwningObject); in lookup_table_end()
1372 OwningObject->getRvaPtr(ImportTable[Index].NameRVA, IntPtr)) in getName()
1402 OwningObject); in imported_symbol_begin()
1408 OwningObject); in imported_symbol_end()
1418 if (std::error_code EC = OwningObject->getRvaPtr(Table[Index].Name, IntPtr)) in getName()
1433 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
[all …]
/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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h122 using OwningObject = object::OwningBinary<object::ObjectFile>;