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