Searched refs:SectionPimpl (Results 1 – 1 of 1) sorted by relevance
83 DataRefImpl SectionPimpl; variable364 : SectionPimpl(SectionP) in SectionRef()368 return SectionPimpl == Other.SectionPimpl;372 return SectionPimpl != Other.SectionPimpl;376 return SectionPimpl < Other.SectionPimpl;380 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()384 return OwningObject->getSectionName(SectionPimpl, Result); in getName()388 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()392 return OwningObject->getSectionSize(SectionPimpl); in getSize()396 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()[all …]