Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h84 DataRefImpl SectionPimpl; variable
395 : SectionPimpl(SectionP) in SectionRef()
399 return SectionPimpl == Other.SectionPimpl;
403 return SectionPimpl != Other.SectionPimpl;
407 return SectionPimpl < Other.SectionPimpl;
427 return OwningObject->getSectionSize(SectionPimpl); in getSize()
443 return OwningObject->isSectionText(SectionPimpl); in isText()
447 return OwningObject->isSectionData(SectionPimpl); in isData()
451 return OwningObject->isSectionBSS(SectionPimpl); in isBSS()
467 return OwningObject->isBerkeleyText(SectionPimpl); in isBerkeleyText()
[all …]