LLVM
15.0.0git
|
Enumerations | |
enum | EdgeKind_aarch64 : Edge::Kind { R_AARCH64_CALL26 = Edge::FirstRelocation } |
Represets aarch64 fixups. More... | |
Functions | |
const char * | getEdgeKindName (Edge::Kind K) |
Returns a string name for the given aarch64 edge. More... | |
const char * llvm::jitlink::aarch64::getEdgeKindName | ( | Edge::Kind | K | ) |
Returns a string name for the given aarch64 edge.
For debugging purposes only
Definition at line 21 of file aarch64.cpp.
References llvm::jitlink::getGenericEdgeKindName(), and R_AARCH64_CALL26.