Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h53 DataRefImpl RelocationPimpl; variable
608 : RelocationPimpl(RelocationP) in RelocationRef()
612 return RelocationPimpl == Other.RelocationPimpl;
616 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
620 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
624 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
628 return OwningObject->getRelocationType(RelocationPimpl); in getType()
632 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
636 return RelocationPimpl; in getRawDataRefImpl()