Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h54 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 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()
H A DMachO.h46 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 DCOFF.h1081 : 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 DCOFFObjectFile.cpp1372 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 DOrcCBindingsStack.h122 using OwningObject = object::OwningBinary<object::ObjectFile>;