Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h83 DataRefImpl SectionPimpl; variable
439 : SectionPimpl(SectionP) in SectionRef()
444 SectionPimpl == Other.SectionPimpl;
453 return SectionPimpl < Other.SectionPimpl;
457 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
461 return OwningObject->getSectionName(SectionPimpl); in getName()
465 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
469 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
473 return OwningObject->getSectionSize(SectionPimpl); in getSize()
478 OwningObject->getSectionContents(SectionPimpl); in getContents()
[all …]