CIRCT 21.0.0git
|
Classes | |
struct | Impl |
Public Member Functions | |
LocationEmitter (LoweringOptions::LocationInfoStyle style, Location loc) | |
LocationEmitter (LoweringOptions::LocationInfoStyle style, const SmallPtrSetImpl< Operation * > &ops) | |
StringRef | strref () |
Private Member Functions | |
void | emitLocationSetInfo (llvm::raw_string_ostream &os, LoweringOptions::LocationInfoStyle style, const SmallPtrSetImpl< Attribute > &locationSet) |
Private Attributes | |
std::string | output |
Definition at line 477 of file ExportVerilog.cpp.
|
inline |
Definition at line 480 of file ExportVerilog.cpp.
References emitLocationSetInfo(), and output.
|
inline |
Definition at line 488 of file ExportVerilog.cpp.
References collectAndUniqueLocations(), emitLocationSetInfo(), and output.
|
inlineprivate |
Definition at line 503 of file ExportVerilog.cpp.
References assert().
Referenced by LocationEmitter(), and LocationEmitter().
|
inline |
Definition at line 500 of file ExportVerilog.cpp.
References output.
|
private |
Definition at line 520 of file ExportVerilog.cpp.
Referenced by LocationEmitter(), LocationEmitter(), and strref().