Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h53 DataRefImpl RelocationPimpl; variable
609 : RelocationPimpl(RelocationP) in RelocationRef()
613 return RelocationPimpl == Other.RelocationPimpl;
617 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
621 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
625 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
629 return OwningObject->getRelocationType(RelocationPimpl); in getType()
633 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
637 return RelocationPimpl; in getRawDataRefImpl()