LLVM  3.7.0
Classes | Public Attributes | List of all members
llvm::JITEvent_EmittedFunctionDetails Struct Reference

JITEvent_EmittedFunctionDetails - Helper struct for containing information about a generated machine code function. More...

#include <JITEventListener.h>

Collaboration diagram for llvm::JITEvent_EmittedFunctionDetails:
[legend]

Classes

struct  LineStart
 

Public Attributes

const MachineFunctionMF
 The machine function the struct contains information for. More...
 
std::vector< LineStartLineStarts
 The list of line boundary information, sorted by address. More...
 

Detailed Description

JITEvent_EmittedFunctionDetails - Helper struct for containing information about a generated machine code function.

Definition at line 36 of file JITEventListener.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: