Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h39 DataRefImpl RelocationPimpl; variable
447 : RelocationPimpl(RelocationP) in RelocationRef()
451 return RelocationPimpl == Other.RelocationPimpl;
455 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
459 return OwningObject->getRelocationAddress(RelocationPimpl, Result); in getAddress()
463 return OwningObject->getRelocationOffset(RelocationPimpl, Result); in getOffset()
467 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
471 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
476 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
481 return OwningObject->getRelocationValueString(RelocationPimpl, Result); in getValueString()
[all …]