Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h52 DataRefImpl RelocationPimpl; variable
552 : RelocationPimpl(RelocationP) in RelocationRef()
556 return RelocationPimpl == Other.RelocationPimpl;
560 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
564 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
568 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
572 return OwningObject->getRelocationType(RelocationPimpl); in getType()
576 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
580 return RelocationPimpl; in getRawDataRefImpl()