|
LLVM
4.0.0
|
Enumerations | |
| enum | PointKind { PreCall, PostCall } |
| PointKind - Used to indicate whether the address of the call instruction or the address after the call instruction is listed in the stackmap. More... | |
| enum llvm::GC::PointKind |
PointKind - Used to indicate whether the address of the call instruction or the address after the call instruction is listed in the stackmap.
For most runtimes, PostCall safepoints are appropriate.
| Enumerator | |
|---|---|
| PreCall |
Instr is a call instruction. |
| PostCall |
Instr is the return address of a call. |
Definition at line 67 of file GCStrategy.h.
1.8.6