Searched refs:OwningObject (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 54 const ObjectFile *OwningObject = nullptr; variable 85 const ObjectFile *OwningObject = nullptr; variable 396 , OwningObject(Owner) {} in SectionRef() 427 return OwningObject->getSectionSize(SectionPimpl); in getSize() 443 return OwningObject->isSectionText(SectionPimpl); in isText() 447 return OwningObject->isSectionData(SectionPimpl); in isData() 451 return OwningObject->isSectionBSS(SectionPimpl); in isBSS() 467 return OwningObject->isBerkeleyText(SectionPimpl); in isBerkeleyText() 491 return OwningObject; in getObject() 498 , OwningObject(Owner) {} in RelocationRef() [all …]
|
| H A D | SymbolicFile.h | 101 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()
|
| H A D | MachO.h | 46 const ObjectFile *OwningObject = nullptr; variable 687 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef() 709 static_cast<const MachOObjectFile *>(OwningObject); in getOffset() 717 static_cast<const MachOObjectFile *>(OwningObject); in getLength() 725 static_cast<const MachOObjectFile *>(OwningObject); in getKind() 736 return OwningObject; in getObjectFile()
|
| H A D | COFF.h | 1081 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef() 1104 const COFFObjectFile *OwningObject = nullptr; variable 1112 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef() 1129 const COFFObjectFile *OwningObject = nullptr; variable 1138 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef() 1155 const COFFObjectFile *OwningObject = nullptr; variable 1163 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef() 1166 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {} in ImportedSymbolRef() 1180 const COFFObjectFile *OwningObject = nullptr; variable
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 1372 OwningObject); in imported_symbol_begin() 1378 OwningObject); in imported_symbol_end() 1388 OwningObject); in lookup_table_begin() 1393 OwningObject); in lookup_table_end() 1434 OwningObject); in imported_symbol_begin() 1440 OwningObject); in imported_symbol_end() 1465 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress() 1467 if (std::error_code EC = OwningObject->getRvaPtr(RVA, IntPtr)) in getImportAddress() 1469 if (OwningObject->is64()) in getImportAddress() 1490 OwningObject->getRvaPtr(ExportTable->NameRVA, IntPtr)) in getDllName() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcCBindingsStack.h | 122 using OwningObject = object::OwningBinary<object::ObjectFile>;
|