LLVM API Documentation
#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 32 of file JITEventListener.h.
| std::vector<LineStart> llvm::JITEvent_EmittedFunctionDetails::LineStarts |
The list of line boundary information, sorted by address.
Definition at line 46 of file JITEventListener.h.
| const MachineFunction* llvm::JITEvent_EmittedFunctionDetails::MF |
The machine function the struct contains information for.
Definition at line 43 of file JITEventListener.h.