|
LLVM
3.7.0
|
#include <JITEventListener.h>
Public Attributes | |
| uintptr_t | Address |
| The address at which the current line changes. More... | |
| DebugLoc | Loc |
| The new location information. More... | |
Definition at line 37 of file JITEventListener.h.
| uintptr_t llvm::JITEvent_EmittedFunctionDetails::LineStart::Address |
The address at which the current line changes.
Definition at line 39 of file JITEventListener.h.
| DebugLoc llvm::JITEvent_EmittedFunctionDetails::LineStart::Loc |
The new location information.
These can be translated to DebugLocTuples using MF->getDebugLocTuple().
Definition at line 43 of file JITEventListener.h.
1.8.6