LLVM: lib/ExecutionEngine/JITLink/loongarch.cpp File Reference (original) (raw)
#include "[llvm/ExecutionEngine/JITLink/loongarch.h](loongarch%5F8h%5Fsource.html)"
Go to the source code of this file.
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
| namespace | llvm::jitlink |
| namespace | llvm::jitlink::loongarch |
| Macros | |
|---|---|
| #define | DEBUG_TYPE "jitlink" |
| #define | KIND_NAME_CASE(K) |
| Functions | |
|---|---|
| LLVM_ABI const char * | llvm::jitlink::loongarch::getEdgeKindName (Edge::Kind K) |
| Returns a string name for the given loongarch edge. |
Macro Definition Documentation
◆ DEBUG_TYPE
#define DEBUG_TYPE "jitlink"
Definition at line 15 of file loongarch.cpp.
◆ KIND_NAME_CASE
| #define KIND_NAME_CASE | ( | K | ) |
|---|
Value:
case K: \
return #K;