Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h84 DataRefImpl SectionPimpl; variable
496 : SectionPimpl(SectionP) in SectionRef()
501 SectionPimpl == Other.SectionPimpl;
510 return SectionPimpl < Other.SectionPimpl;
514 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
518 return OwningObject->getSectionName(SectionPimpl); in getName()
522 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
526 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
530 return OwningObject->getSectionSize(SectionPimpl); in getSize()
535 OwningObject->getSectionContents(SectionPimpl); in getContents()
[all …]