Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h55 const ObjectFile *OwningObject = nullptr; variable
86 const ObjectFile *OwningObject = nullptr; variable
498 , OwningObject(Owner) {} in SectionRef()
501 return OwningObject == Other.OwningObject &&
510 assert(OwningObject == Other.OwningObject);
515 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
519 return OwningObject->getSectionName(SectionPimpl); in getName()
523 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
527 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
531 return OwningObject->getSectionSize(SectionPimpl); in getSize()
[all …]
H A DSymbolicFile.h106 const SymbolicFile *OwningObject = nullptr; variable
189 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
200 return OwningObject->moveSymbolNext(SymbolPimpl); in moveNext()
204 return OwningObject->printSymbolName(OS, SymbolPimpl); in printName()
208 return OwningObject->getSymbolFlags(SymbolPimpl); in getFlags()
216 return OwningObject; in getObject()
H A DCOFF.h1236 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
1260 const COFFObjectFile *OwningObject = nullptr; variable
1268 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
1285 const COFFObjectFile *OwningObject = nullptr; variable
1294 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
1311 const COFFObjectFile *OwningObject = nullptr; variable
1319 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1322 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1336 const COFFObjectFile *OwningObject = nullptr; variable
H A DMachO.h47 const ObjectFile *OwningObject = nullptr; variable
882 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()
904 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()
912 static_cast<const MachOObjectFile *>(OwningObject); in getLength()
920 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
931 return OwningObject; in getObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1578 return getObject(Result, OwningObject->Data, ImportTable + Index); in getImportTableEntry()
1622 OwningObject); in imported_symbol_begin()
1628 OwningObject); in imported_symbol_end()
1638 OwningObject); in lookup_table_begin()
1643 OwningObject); in lookup_table_end()
1653 if (Error E = OwningObject->getRvaPtr(ImportTable[Index].NameRVA, IntPtr, in getName()
1684 OwningObject); in imported_symbol_begin()
1690 OwningObject); in imported_symbol_end()
1700 if (Error E = OwningObject->getRvaPtr(Table[Index].Name, IntPtr, in getName()
1716 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
[all …]