LLVM 22.0.0git
RelocationResolver.h File Reference
#include "llvm/Support/Compiler.h"
#include <cstdint>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::object

Typedefs

using llvm::object::SupportsRelocation = bool (*)(uint64_t)
using llvm::object::RelocationResolver

Functions

LLVM_ABI std::pair< SupportsRelocation, RelocationResolverllvm::object::getRelocationResolver (const ObjectFile &Obj)
LLVM_ABI uint64_t llvm::object::resolveRelocation (RelocationResolver Resolver, const RelocationRef &R, uint64_t S, uint64_t LocData)