|
LLVM
3.7.0
|
JITEvent_EmittedFunctionDetails - Helper struct for containing information about a generated machine code function. More...
#include <JITEventListener.h>
Classes | |
| struct | LineStart |
Public Attributes | |
| const MachineFunction * | MF |
| The machine function the struct contains information for. More... | |
| std::vector< LineStart > | LineStarts |
| The list of line boundary information, sorted by address. More... | |
JITEvent_EmittedFunctionDetails - Helper struct for containing information about a generated machine code function.
Definition at line 36 of file JITEventListener.h.
| std::vector<LineStart> llvm::JITEvent_EmittedFunctionDetails::LineStarts |
The list of line boundary information, sorted by address.
Definition at line 50 of file JITEventListener.h.
| const MachineFunction* llvm::JITEvent_EmittedFunctionDetails::MF |
The machine function the struct contains information for.
Definition at line 47 of file JITEventListener.h.
1.8.6