Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DObjectFile.h52 DataRefImpl RelocationPimpl; variable
534 : RelocationPimpl(RelocationP) in RelocationRef()
538 return RelocationPimpl == Other.RelocationPimpl;
542 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
546 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
550 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
554 return OwningObject->getRelocationType(RelocationPimpl); in getType()
558 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
562 return RelocationPimpl; in getRawDataRefImpl()