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

/external/llvm/include/llvm/Object/
H A DObjectFile.h81 DataRefImpl SectionPimpl; member in class:llvm::object::SectionRef
395 : SectionPimpl(SectionP)
399 return SectionPimpl == Other.SectionPimpl;
403 return SectionPimpl != Other.SectionPimpl;
407 return SectionPimpl < Other.SectionPimpl;
411 return OwningObject->moveSectionNext(SectionPimpl);
415 return OwningObject->getSectionName(SectionPimpl, Resul
[all...]

Completed in 5863 milliseconds