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.h85 DataRefImpl SectionPimpl; variable
497 : SectionPimpl(SectionP) in SectionRef()
502 SectionPimpl == Other.SectionPimpl;
511 return SectionPimpl < Other.SectionPimpl;
515 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
519 return OwningObject->getSectionName(SectionPimpl); in getName()
523 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
527 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
531 return OwningObject->getSectionSize(SectionPimpl); in getSize()
536 OwningObject->getSectionContents(SectionPimpl); in getContents()
[all …]