Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h53 DataRefImpl RelocationPimpl; variable
497 : RelocationPimpl(RelocationP) in RelocationRef()
501 return RelocationPimpl == Other.RelocationPimpl;
505 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
509 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
513 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
517 return OwningObject->getRelocationType(RelocationPimpl); in getType()
521 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
525 return RelocationPimpl; in getRawDataRefImpl()