LLVM API Documentation

Classes | Public Attributes
llvm::JITEvent_EmittedFunctionDetails Struct Reference

#include <JITEventListener.h>

Collaboration diagram for llvm::JITEvent_EmittedFunctionDetails:
Collaboration graph
[legend]

List of all members.

Classes

struct  LineStart

Public Attributes

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

Detailed Description

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

Definition at line 32 of file JITEventListener.h.


Member Data Documentation

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.


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