Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h93 DataRefImpl RelocationPimpl; variable
540 : RelocationPimpl(RelocationP) in RelocationRef()
544 return RelocationPimpl == Other.RelocationPimpl;
548 return OwningObject->getRelocationNext(RelocationPimpl, Result); in getNext()
552 return OwningObject->getRelocationAddress(RelocationPimpl, Result); in getAddress()
556 return OwningObject->getRelocationOffset(RelocationPimpl, Result); in getOffset()
560 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
564 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
569 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
574 return OwningObject->getRelocationValueString(RelocationPimpl, Result); in getValueString()
[all …]