CIRCT 20.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 473 of file ExportVerilog.cpp.
|
inline |
Definition at line 476 of file ExportVerilog.cpp.
References emitLocationSetInfo(), and output.
|
inline |
Definition at line 484 of file ExportVerilog.cpp.
References collectAndUniqueLocations(), emitLocationSetInfo(), and output.
|
inlineprivate |
Definition at line 499 of file ExportVerilog.cpp.
References assert().
Referenced by LocationEmitter(), and LocationEmitter().
|
inline |
Definition at line 496 of file ExportVerilog.cpp.
References output.
|
private |
Definition at line 516 of file ExportVerilog.cpp.
Referenced by LocationEmitter(), LocationEmitter(), and strref().