LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::JITEvent_EmittedFunctionDetails::LineStart Struct Reference

#include <JITEventListener.h>

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

Public Attributes

uintptr_t Address
 The address at which the current line changes. More...
 
DebugLoc Loc
 

Detailed Description

Definition at line 33 of file JITEventListener.h.

Member Data Documentation

uintptr_t llvm::JITEvent_EmittedFunctionDetails::LineStart::Address

The address at which the current line changes.

Definition at line 35 of file JITEventListener.h.

DebugLoc llvm::JITEvent_EmittedFunctionDetails::LineStart::Loc

The new location information. These can be translated to DebugLocTuples using MF->getDebugLocTuple().

Definition at line 39 of file JITEventListener.h.


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