CIRCT  19.0.0git
Public Member Functions | Public Attributes | List of all members
circt::ExportVerilog::OpLocMap::LineColPair Struct Reference
Collaboration diagram for circt::ExportVerilog::OpLocMap::LineColPair:
Collaboration graph
[legend]

Public Member Functions

 LineColPair ()=default
 
 LineColPair (llvm::formatted_raw_ostream &s)
 Given an output stream, store the current offset. More...
 
bool isValid ()
 

Public Attributes

unsigned line = ~0U
 
unsigned col = ~0U
 

Detailed Description

Definition at line 259 of file ExportVerilogInternals.h.

Constructor & Destructor Documentation

◆ LineColPair() [1/2]

circt::ExportVerilog::OpLocMap::LineColPair::LineColPair ( )
default

◆ LineColPair() [2/2]

circt::ExportVerilog::OpLocMap::LineColPair::LineColPair ( llvm::formatted_raw_ostream &  s)
inline

Given an output stream, store the current offset.

Definition at line 264 of file ExportVerilogInternals.h.

Member Function Documentation

◆ isValid()

bool circt::ExportVerilog::OpLocMap::LineColPair::isValid ( )
inline

Definition at line 266 of file ExportVerilogInternals.h.

References col, and line.

Member Data Documentation

◆ col

unsigned circt::ExportVerilog::OpLocMap::LineColPair::col = ~0U

Definition at line 261 of file ExportVerilogInternals.h.

Referenced by isValid().

◆ line

unsigned circt::ExportVerilog::OpLocMap::LineColPair::line = ~0U

Definition at line 260 of file ExportVerilogInternals.h.

Referenced by isValid().


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