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.h54 const ObjectFile *OwningObject = nullptr; variable
85 const ObjectFile *OwningObject = nullptr; variable
497 , OwningObject(Owner) {} in SectionRef()
500 return OwningObject == Other.OwningObject &&
509 assert(OwningObject == Other.OwningObject);
514 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
518 return OwningObject->getSectionName(SectionPimpl); in getName()
522 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
526 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
530 return OwningObject->getSectionSize(SectionPimpl); in getSize()
[all …]
H A DSymbolicFile.h105 const SymbolicFile *OwningObject = nullptr; variable
188 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
199 return OwningObject->moveSymbolNext(SymbolPimpl); in moveNext()
203 return OwningObject->printSymbolName(OS, SymbolPimpl); in printName()
207 return OwningObject->getSymbolFlags(SymbolPimpl); in getFlags()
215 return OwningObject; in getObject()
H A DCOFF.h1178 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
1201 const COFFObjectFile *OwningObject = nullptr; variable
1209 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
1226 const COFFObjectFile *OwningObject = nullptr; variable
1235 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
1252 const COFFObjectFile *OwningObject = nullptr; variable
1260 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1263 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1277 const COFFObjectFile *OwningObject = nullptr; variable
H A DMachO.h46 const ObjectFile *OwningObject = nullptr; variable
877 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()
899 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()
907 static_cast<const MachOObjectFile *>(OwningObject); in getLength()
915 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
926 return OwningObject; in getObjectFile()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1436 return getObject(Result, OwningObject->Data, ImportTable + Index); in getImportTableEntry()
1480 OwningObject); in imported_symbol_begin()
1486 OwningObject); in imported_symbol_end()
1496 OwningObject); in lookup_table_begin()
1501 OwningObject); in lookup_table_end()
1511 if (Error E = OwningObject->getRvaPtr(ImportTable[Index].NameRVA, IntPtr, in getName()
1542 OwningObject); in imported_symbol_begin()
1548 OwningObject); in imported_symbol_end()
1558 if (Error E = OwningObject->getRvaPtr(Table[Index].Name, IntPtr, in getName()
1574 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
[all …]