Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h53 const ObjectFile *OwningObject = nullptr; variable
84 const ObjectFile *OwningObject = nullptr; variable
423 , OwningObject(Owner) {} in SectionRef()
426 return OwningObject == Other.OwningObject &&
435 assert(OwningObject == Other.OwningObject);
440 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
444 return OwningObject->getSectionName(SectionPimpl); in getName()
448 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
452 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
456 return OwningObject->getSectionSize(SectionPimpl); in getSize()
[all …]
H A DSymbolicFile.h103 const SymbolicFile *OwningObject = nullptr; variable
184 : SymbolPimpl(SymbolP), OwningObject(Owner) {} in BasicSymbolRef()
195 return OwningObject->moveSymbolNext(SymbolPimpl); in moveNext()
199 return OwningObject->printSymbolName(OS, SymbolPimpl); in printName()
203 return OwningObject->getSymbolFlags(SymbolPimpl); in getFlags()
211 return OwningObject; in getObject()
H A DMachO.h45 const ObjectFile *OwningObject = nullptr; variable
684 : DicePimpl(DiceP) , OwningObject(Owner) {} in DiceRef()
706 static_cast<const MachOObjectFile *>(OwningObject); in getOffset()
714 static_cast<const MachOObjectFile *>(OwningObject); in getLength()
722 static_cast<const MachOObjectFile *>(OwningObject); in getKind()
733 return OwningObject; in getObjectFile()
H A DCOFF.h1119 : ImportTable(Table), Index(I), OwningObject(Owner) {} in ImportDirectoryEntryRef()
1142 const COFFObjectFile *OwningObject = nullptr; variable
1150 : Table(T), Index(I), OwningObject(Owner) {} in DelayImportDirectoryEntryRef()
1167 const COFFObjectFile *OwningObject = nullptr; variable
1176 : ExportTable(Table), Index(I), OwningObject(Owner) {} in ExportDirectoryEntryRef()
1193 const COFFObjectFile *OwningObject = nullptr; variable
1201 : Entry32(Entry), Entry64(nullptr), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1204 : Entry32(nullptr), Entry64(Entry), Index(I), OwningObject(Owner) {} in ImportedSymbolRef()
1218 const COFFObjectFile *OwningObject = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFObjectFile.cpp1335 return getObject(Result, OwningObject->Data, ImportTable + Index); in getImportTableEntry()
1379 OwningObject); in imported_symbol_begin()
1385 OwningObject); in imported_symbol_end()
1395 OwningObject); in lookup_table_begin()
1400 OwningObject); in lookup_table_end()
1410 if (Error E = OwningObject->getRvaPtr(ImportTable[Index].NameRVA, IntPtr)) in getName()
1440 OwningObject); in imported_symbol_begin()
1446 OwningObject); in imported_symbol_end()
1456 if (Error E = OwningObject->getRvaPtr(Table[Index].Name, IntPtr)) in getName()
1471 AddrIndex * (OwningObject->is64() ? 8 : 4); in getImportAddress()
[all …]