|
CIRCT 22.0.0git
|

Public Member Functions | |
| Impl (llvm::raw_string_ostream &os, LoweringOptions::LocationInfoStyle style, const SmallPtrSetImpl< Attribute > &locationSet) | |
| void | emitLocationInfo (mlir::CallSiteLoc loc) |
| void | emitLocationInfo (mlir::NameLoc loc) |
| void | emitLocationInfo (FileLineColLoc loc) |
| void | printFileLineColSetInfo (llvm::SmallVector< FileLineColLoc, 8 > locVector) |
| void | emitLocationInfo (Location loc) |
| Return the location information in the specified style. | |
| void | emitLocationSetInfoImpl (const SmallPtrSetImpl< Attribute > &locationSet) |
Emit the location information of locationSet to sstr. | |
Public Attributes | |
| llvm::raw_string_ostream & | os |
| LoweringOptions::LocationInfoStyle | style |
Definition at line 523 of file ExportVerilog.cpp.
|
inline |
Definition at line 526 of file ExportVerilog.cpp.
References emitLocationSetInfoImpl().
|
inline |
Definition at line 553 of file ExportVerilog.cpp.
References os.
|
inline |
Return the location information in the specified style.
This is the main dispatch function for calling the location-specific routines.
Definition at line 613 of file ExportVerilog.cpp.
References collectAndUniqueLocations(), emitLocationInfo(), and emitLocationSetInfoImpl().
|
inline |
Definition at line 533 of file ExportVerilog.cpp.
References emitLocationInfo(), and os.
Referenced by emitLocationInfo(), emitLocationInfo(), emitLocationInfo(), and emitLocationSetInfoImpl().
|
inline |
Definition at line 542 of file ExportVerilog.cpp.
References emitLocationInfo(), and os.
|
inline |
Emit the location information of locationSet to sstr.
The emitted string may potentially be an empty string given the contents of the locationSet.
Definition at line 632 of file ExportVerilog.cpp.
References emitLocationInfo(), os, printFileLineColSetInfo(), and sortLocationVector().
Referenced by emitLocationInfo(), and Impl().
|
inline |
Definition at line 566 of file ExportVerilog.cpp.
References circt::pretty::end, and os.
Referenced by emitLocationSetInfoImpl().
| llvm::raw_string_ostream& LocationEmitter::Impl::os |
Definition at line 693 of file ExportVerilog.cpp.
Referenced by emitLocationInfo(), emitLocationInfo(), emitLocationInfo(), emitLocationSetInfoImpl(), and printFileLineColSetInfo().
| LoweringOptions::LocationInfoStyle LocationEmitter::Impl::style |
Definition at line 694 of file ExportVerilog.cpp.