Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h131 DataRefImpl RelocationPimpl; variable
136 std::memset(&RelocationPimpl, 0, sizeof(RelocationPimpl)); in RelocationRef()
418 : RelocationPimpl(RelocationP) in RelocationRef()
422 return RelocationPimpl == Other.RelocationPimpl;
426 return OwningObject->getRelocationNext(RelocationPimpl, Result); in getNext()
430 return OwningObject->getRelocationAddress(RelocationPimpl, Result); in getAddress()
434 return OwningObject->getRelocationSymbol(RelocationPimpl, Result); in getSymbol()
438 return OwningObject->getRelocationType(RelocationPimpl, Result); in getType()
443 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
447 return OwningObject->getRelocationAdditionalInfo(RelocationPimpl, Result); in getAdditionalInfo()
[all …]
/external/llvm/include/llvm/Object/
DObjectFile.h41 DataRefImpl RelocationPimpl; variable
434 : RelocationPimpl(RelocationP) in RelocationRef()
438 return RelocationPimpl == Other.RelocationPimpl;
442 return OwningObject->moveRelocationNext(RelocationPimpl); in moveNext()
446 return OwningObject->getRelocationOffset(RelocationPimpl); in getOffset()
450 return OwningObject->getRelocationSymbol(RelocationPimpl); in getSymbol()
454 return OwningObject->getRelocationType(RelocationPimpl); in getType()
458 return OwningObject->getRelocationTypeName(RelocationPimpl, Result); in getTypeName()
462 return RelocationPimpl; in getRawDataRefImpl()