Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h52 DataRefImpl RelocationPimpl; variable
547 : RelocationPimpl(RelocationP) in RelocationRef()
551 return RelocationPimpl == Other.RelocationPimpl;
555 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
559 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
563 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
567 return OwningObject->getRelocationType(RelocationPimpl); in getType()
571 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
575 return RelocationPimpl; in getRawDataRefImpl()