Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h71 DataRefImpl SectionPimpl; variable
342 : SectionPimpl(SectionP) in SectionRef()
346 return SectionPimpl == Other.SectionPimpl;
350 return SectionPimpl != Other.SectionPimpl;
354 return SectionPimpl < Other.SectionPimpl;
358 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
362 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
366 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
370 return OwningObject->getSectionSize(SectionPimpl); in getSize()
374 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
[all …]