#include "ImportVerilogInternals.h"
#include "circt/Conversion/MooreToCore.h"
#include "circt/Dialect/LLHD/Transforms/LLHDPasses.h"
#include "circt/Dialect/Moore/MoorePasses.h"
#include "circt/Dialect/Seq/SeqPasses.h"
#include "circt/Transforms/Passes.h"
#include "mlir/Conversion/SCFToControlFlow/SCFToControlFlow.h"
#include "mlir/IR/Diagnostics.h"
#include "mlir/IR/Verifier.h"
#include "mlir/Pass/PassManager.h"
#include "mlir/Support/Timing.h"
#include "mlir/Tools/mlir-translate/Translation.h"
#include "mlir/Transforms/Passes.h"
#include "llvm/ADT/Hashing.h"
#include "llvm/Support/SourceMgr.h"
#include "slang/diagnostics/DiagnosticClient.h"
#include "slang/driver/Driver.h"
#include "slang/parsing/Preprocessor.h"
#include "slang/syntax/SyntaxPrinter.h"
#include "slang/util/VersionInfo.h"
Go to the source code of this file.
|
| static Location | convertLocation (MLIRContext *context, const slang::SourceManager &sourceManager, slang::SourceLocation loc) |
| | Convert a slang SourceLocation to an MLIR Location.
|
| |
◆ convertLocation()
| static Location convertLocation |
( |
MLIRContext * |
context, |
|
|
const slang::SourceManager & |
sourceManager, |
|
|
slang::SourceLocation |
loc |
|
) |
| |
|
static |
Convert a slang SourceLocation to an MLIR Location.
Definition at line 57 of file ImportVerilog.cpp.