Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h52 DataRefImpl RelocationPimpl; variable
537 : RelocationPimpl(RelocationP) in RelocationRef()
541 return RelocationPimpl == Other.RelocationPimpl;
545 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
549 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
553 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
557 return OwningObject->getRelocationType(RelocationPimpl); in getType()
561 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
565 return RelocationPimpl; in getRawDataRefImpl()