LLVM API Documentation
This is the complete list of members for llvm::object::RelocationRef, including all inherited members.
getAddress(uint64_t &Result) const | llvm::object::RelocationRef | inline |
getHidden(bool &Result) const | llvm::object::RelocationRef | inline |
getNext(RelocationRef &Result) const | llvm::object::RelocationRef | inline |
getObjectFile() const | llvm::object::RelocationRef | inline |
getOffset(uint64_t &Result) const | llvm::object::RelocationRef | inline |
getRawDataRefImpl() const | llvm::object::RelocationRef | inline |
getSymbol() const | llvm::object::RelocationRef | inline |
getType(uint64_t &Result) const | llvm::object::RelocationRef | inline |
getTypeName(SmallVectorImpl< char > &Result) const | llvm::object::RelocationRef | inline |
getValueString(SmallVectorImpl< char > &Result) const | llvm::object::RelocationRef | inline |
operator==(const RelocationRef &Other) const | llvm::object::RelocationRef | inline |
RelocationRef() | llvm::object::RelocationRef | inline |
RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner) | llvm::object::RelocationRef | inline |