Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h83 DataRefImpl SectionPimpl; variable
422 : SectionPimpl(SectionP) in SectionRef()
427 SectionPimpl == Other.SectionPimpl;
436 return SectionPimpl < Other.SectionPimpl;
440 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
444 return OwningObject->getSectionName(SectionPimpl); in getName()
448 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
452 return OwningObject->getSectionIndex(SectionPimpl); in getIndex()
456 return OwningObject->getSectionSize(SectionPimpl); in getSize()
461 OwningObject->getSectionContents(SectionPimpl); in getContents()
[all …]