Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h137 DataRefImpl SectionPimpl; variable
453 : SectionPimpl(SectionP) in SectionRef()
457 return SectionPimpl == Other.SectionPimpl;
461 return SectionPimpl < Other.SectionPimpl;
465 return OwningObject->getSectionNext(SectionPimpl, Result); in getNext()
469 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
473 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
477 return OwningObject->getSectionSize(SectionPimpl, Result); in getSize()
481 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
485 return OwningObject->getSectionAlignment(SectionPimpl, Result); in getAlignment()
[all …]