Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h71 DataRefImpl SectionPimpl; variable
348 : SectionPimpl(SectionP) in SectionRef()
352 return SectionPimpl == Other.SectionPimpl;
356 return SectionPimpl != Other.SectionPimpl;
360 return SectionPimpl < Other.SectionPimpl;
364 return OwningObject->moveSectionNext(SectionPimpl); in moveNext()
368 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
372 return OwningObject->getSectionAddress(SectionPimpl); in getAddress()
376 return OwningObject->getSectionSize(SectionPimpl); in getSize()
380 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h167 DataRefImpl SectionPimpl; variable
172 std::memset(&SectionPimpl, 0, sizeof(SectionPimpl)); in SectionRef()
358 : SectionPimpl(SectionP) in SectionRef()
362 return SectionPimpl == Other.SectionPimpl;
366 return OwningObject->getSectionNext(SectionPimpl, Result); in getNext()
370 return OwningObject->getSectionName(SectionPimpl, Result); in getName()
374 return OwningObject->getSectionAddress(SectionPimpl, Result); in getAddress()
378 return OwningObject->getSectionSize(SectionPimpl, Result); in getSize()
382 return OwningObject->getSectionContents(SectionPimpl, Result); in getContents()
386 return OwningObject->getSectionAlignment(SectionPimpl, Result); in getAlignment()
[all …]