Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDObjectFile.h71 DataRefImpl SectionPimpl; variable
343 : SectionPimpl(SectionP) in SectionRef()
347 return SectionPimpl == Other.SectionPimpl;
351 return SectionPimpl != Other.SectionPimpl;
355 return SectionPimpl < Other.SectionPimpl;
359 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
363 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
367 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
371 return OwningObject->getSectionSize(SectionPimpl); in getSize()
375 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
[all …]