LLVM
8.0.1
|
Element of the "Args" list. More...
#include "llvm-c/OptRemarks.h"
Public Attributes | |
LLVMOptRemarkStringRef | Key |
LLVMOptRemarkStringRef | Value |
LLVMOptRemarkDebugLoc | DebugLoc |
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.
Definition at line 68 of file OptRemarks.h.
LLVMOptRemarkDebugLoc LLVMOptRemarkArg::DebugLoc |
Definition at line 75 of file OptRemarks.h.
LLVMOptRemarkStringRef LLVMOptRemarkArg::Key |
Definition at line 70 of file OptRemarks.h.
LLVMOptRemarkStringRef LLVMOptRemarkArg::Value |
Definition at line 72 of file OptRemarks.h.