Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h53 DataRefImpl RelocationPimpl; variable
521 : RelocationPimpl(RelocationP) in RelocationRef()
525 return RelocationPimpl == Other.RelocationPimpl;
529 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
533 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
537 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
541 return OwningObject->getRelocationType(RelocationPimpl); in getType()
545 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
549 return RelocationPimpl; in getRawDataRefImpl()