LLVM  8.0.1
Public Attributes | List of all members
LLVMOptRemarkArg Struct Reference

Element of the "Args" list. More...

#include "llvm-c/OptRemarks.h"

Collaboration diagram for LLVMOptRemarkArg:
Collaboration graph
[legend]

Public Attributes

LLVMOptRemarkStringRef Key
 
LLVMOptRemarkStringRef Value
 
LLVMOptRemarkDebugLoc DebugLoc
 

Detailed Description

Element of the "Args" list.

The key might give more information about what are the semantics of the value, e.g. "Callee" will tell you that the value is a symbol that names a function.

Since
OPT_REMARKS_API_VERSION=0

Definition at line 68 of file OptRemarks.h.

Member Data Documentation

◆ DebugLoc

LLVMOptRemarkDebugLoc LLVMOptRemarkArg::DebugLoc

Definition at line 75 of file OptRemarks.h.

◆ Key

LLVMOptRemarkStringRef LLVMOptRemarkArg::Key

Definition at line 70 of file OptRemarks.h.

◆ Value

LLVMOptRemarkStringRef LLVMOptRemarkArg::Value

Definition at line 72 of file OptRemarks.h.


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