Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h83 DataRefImpl SectionPimpl; variable
364 : 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 …]