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

DebugLoc containing File, Line and Column. More...

#include "llvm-c/OptRemarks.h"

Collaboration diagram for LLVMOptRemarkDebugLoc:
Collaboration graph
[legend]

Public Attributes

LLVMOptRemarkStringRef SourceFile
 
uint32_t SourceLineNumber
 
uint32_t SourceColumnNumber
 

Detailed Description

DebugLoc containing File, Line and Column.

Since
OPT_REMARKS_API_VERSION=0

Definition at line 52 of file OptRemarks.h.

Member Data Documentation

◆ SourceColumnNumber

uint32_t LLVMOptRemarkDebugLoc::SourceColumnNumber

Definition at line 58 of file OptRemarks.h.

◆ SourceFile

LLVMOptRemarkStringRef LLVMOptRemarkDebugLoc::SourceFile

Definition at line 54 of file OptRemarks.h.

◆ SourceLineNumber

uint32_t LLVMOptRemarkDebugLoc::SourceLineNumber

Definition at line 56 of file OptRemarks.h.


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