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.h54 DataRefImpl RelocationPimpl; variable
610 : RelocationPimpl(RelocationP) in RelocationRef()
614 return RelocationPimpl == Other.RelocationPimpl;
618 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
622 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
626 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
630 return OwningObject->getRelocationType(RelocationPimpl); in getType()
634 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
638 return RelocationPimpl; in getRawDataRefImpl()