HomeSort by relevance Sort by last modified time
    Searched defs:OwningObject (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Object/
SymbolicFile.h 87 const SymbolicFile *OwningObject;
107 BasicSymbolRef() : OwningObject(nullptr) { }
174 : SymbolPimpl(SymbolP), OwningObject(Owner) {}
185 return OwningObject->moveSymbolNext(SymbolPimpl);
189 return OwningObject->printSymbolName(OS, SymbolPimpl);
193 return OwningObject->getSymbolFlags(SymbolPimpl);
201 return OwningObject;
ObjectFile.h 42 const ObjectFile *OwningObject;
45 RelocationRef() : OwningObject(nullptr) { }
72 const ObjectFile *OwningObject;
75 SectionRef() : OwningObject(nullptr) { }
343 , OwningObject(Owner) {}
358 return OwningObject->moveSectionNext(SectionPimpl);
362 return OwningObject->getSectionName(SectionPimpl, Result);
366 return OwningObject->getSectionAddress(SectionPimpl);
370 return OwningObject->getSectionSize(SectionPimpl);
374 return OwningObject->getSectionContents(SectionPimpl, Result)
    [all...]
MachO.h 31 const ObjectFile *OwningObject;
34 DiceRef() : OwningObject(nullptr) { }
468 : DicePimpl(DiceP) , OwningObject(Owner) {}
485 // the OwningObject ObjectFile is a MachOObjectFile a static_cast<> is used for
490 static_cast<const MachOObjectFile *>(OwningObject);
498 static_cast<const MachOObjectFile *>(OwningObject);
506 static_cast<const MachOObjectFile *>(OwningObject);
517 return OwningObject;
COFF.h 791 ImportDirectoryEntryRef() : OwningObject(nullptr) {}
794 : ImportTable(Table), Index(I), OwningObject(Owner) {}
816 const COFFObjectFile *OwningObject;
821 DelayImportDirectoryEntryRef() : OwningObject(nullptr) {}
824 : Table(T), Index(I), OwningObject(Owner) {}
841 const COFFObjectFile *OwningObject;
847 ExportDirectoryEntryRef() : OwningObject(nullptr) {}
850 : ExportTable(Table), Index(I), OwningObject(Owner) {}
864 const COFFObjectFile *OwningObject;
869 ImportedSymbolRef() : OwningObject(nullptr) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h 334 PDEVICE_OBJECT OwningObject;
    [all...]

Completed in 201 milliseconds