Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h53 const ObjectFile *OwningObject = nullptr; variable
84 const ObjectFile *OwningObject = nullptr; variable
440 , OwningObject(Owner) {} in SectionRef()
443 return OwningObject == Other.OwningObject &&
452 assert(OwningObject == Other.OwningObject);
457 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
461 return OwningObject->getSectionName(SectionPimpl); in getName()
465 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
469 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
473 return OwningObject->getSectionSize(SectionPimpl); in getSize()
[all …]
H A DSymbolicFile.h105 const SymbolicFile *OwningObject = nullptr; variable
186 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
197 return OwningObject->moveSymbolNext(SymbolPimpl); in moveNext()
201 return OwningObject->printSymbolName(OS, SymbolPimpl); in printName()
205 return OwningObject->getSymbolFlags(SymbolPimpl); in getFlags()
213 return OwningObject; in getObject()
H A DCOFF.h1116 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
1139 const COFFObjectFile *OwningObject = nullptr; variable
1147 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
1164 const COFFObjectFile *OwningObject = nullptr; variable
1173 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
1190 const COFFObjectFile *OwningObject = nullptr; variable
1198 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1201 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1215 const COFFObjectFile *OwningObject = nullptr; variable
H A DMachO.h46 const ObjectFile *OwningObject = nullptr; variable
870 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()
892 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()
900 static_cast<const MachOObjectFile *>(OwningObject); in getLength()
908 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
919 return OwningObject; in getObjectFile()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1400 return getObject(Result, OwningObject->Data, ImportTable + Index); in getImportTableEntry()
1444 OwningObject); in imported_symbol_begin()
1450 OwningObject); in imported_symbol_end()
1460 OwningObject); in lookup_table_begin()
1465 OwningObject); in lookup_table_end()
1475 if (Error E = OwningObject->getRvaPtr(ImportTable[Index].NameRVA, IntPtr, in getName()
1506 OwningObject); in imported_symbol_begin()
1512 OwningObject); in imported_symbol_end()
1522 if (Error E = OwningObject->getRvaPtr(Table[Index].Name, IntPtr, in getName()
1538 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
[all …]