LLVM 22.0.0git
|
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, RelocationResolver > | llvm::object::getRelocationResolver (const ObjectFile &Obj) |
LLVM_ABI uint64_t | llvm::object::resolveRelocation (RelocationResolver Resolver, const RelocationRef &R, uint64_t S, uint64_t LocData) |