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

String containing a buffer and a length. More...

#include "llvm-c/OptRemarks.h"

Collaboration diagram for LLVMOptRemarkStringRef:
Collaboration graph
[legend]

Public Attributes

const charStr
 
uint32_t Len
 

Detailed Description

String containing a buffer and a length.

The buffer is not guaranteed to be zero-terminated.

Since
OPT_REMARKS_API_VERSION=0

Definition at line 42 of file OptRemarks.h.

Member Data Documentation

◆ Len

uint32_t LLVMOptRemarkStringRef::Len

Definition at line 44 of file OptRemarks.h.

◆ Str

const char* LLVMOptRemarkStringRef::Str

Definition at line 43 of file OptRemarks.h.


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