Searched defs:RelocationPimpl (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h37 DataRefImpl RelocationPimpl; member in class:llvm::object::RelocationRef
487 : RelocationPimpl(RelocationP)
491 return RelocationPimpl == Other.RelocationPimpl;
495 return OwningObject->moveRelocationNext(RelocationPimpl);
499 return OwningObject->getRelocationAddress(RelocationPimpl, Result);
503 return OwningObject->getRelocationOffset(RelocationPimpl, Result);
507 return OwningObject->getRelocationSymbol(RelocationPimpl);
511 return OwningObject->getRelocationType(RelocationPimpl, Result);
516 return OwningObject->getRelocationTypeName(RelocationPimpl, Resul
[all...]

Completed in 399 milliseconds