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

  /external/llvm/include/llvm/Object/
MachO.h 31 const ObjectFile *OwningObject;
34 DiceRef() : OwningObject(nullptr) { }
252 : DicePimpl(DiceP) , OwningObject(Owner) {}
269 // the OwningObject ObjectFile is a MachOObjectFile a static_cast<> is used for
274 static_cast<const MachOObjectFile *>(OwningObject);
282 static_cast<const MachOObjectFile *>(OwningObject);
290 static_cast<const MachOObjectFile *>(OwningObject);
301 return OwningObject;
SymbolicFile.h 78 const SymbolicFile *OwningObject;
94 BasicSymbolRef() : OwningObject(nullptr) { }
162 : SymbolPimpl(SymbolP), OwningObject(Owner) {}
173 return OwningObject->moveSymbolNext(SymbolPimpl);
177 return OwningObject->printSymbolName(OS, SymbolPimpl);
181 return OwningObject->getSymbolFlags(SymbolPimpl);
189 return OwningObject;
ObjectFile.h 38 const ObjectFile *OwningObject;
41 RelocationRef() : OwningObject(nullptr) { }
82 const ObjectFile *OwningObject;
85 SectionRef() : OwningObject(nullptr) { }
183 const ObjectFile *OwningObject;
186 LibraryRef() : OwningObject(nullptr) { }
396 , OwningObject(Owner) {}
411 return OwningObject->moveSectionNext(SectionPimpl);
415 return OwningObject->getSectionName(SectionPimpl, Result);
419 return OwningObject->getSectionAddress(SectionPimpl, Result)
    [all...]
COFF.h 479 ImportDirectoryEntryRef() : OwningObject(nullptr) {}
482 : ImportTable(Table), Index(I), OwningObject(Owner) {}
497 const COFFObjectFile *OwningObject;
503 ExportDirectoryEntryRef() : OwningObject(nullptr) {}
506 : ExportTable(Table), Index(I), OwningObject(Owner) {}
520 const COFFObjectFile *OwningObject;
  /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 573 milliseconds