Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h41 DataRefImpl RelocationPimpl; variable
420 : RelocationPimpl(RelocationP) in RelocationRef()
424 return RelocationPimpl == Other.RelocationPimpl;
428 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
432 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
436 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
440 return OwningObject->getRelocationType(RelocationPimpl); in getType()
444 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
448 return RelocationPimpl; in getRawDataRefImpl()