#include "circt/Support/LLVM.h"
#include "llvm/Support/ToolOutputFile.h"
Go to the source code of this file.
|
namespace | circt |
| The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
|
|
|
void | circt::appendPossiblyAbsolutePath (llvm::SmallVectorImpl< char > &base, const llvm::Twine &suffix) |
| Append a path to an existing path, replacing it if the other path is absolute.
|
|
std::unique_ptr< llvm::ToolOutputFile > | circt::createOutputFile (StringRef filename, StringRef dirname, function_ref< InFlightDiagnostic()> emitError) |
| Creates an output file with the given filename in the specified directory.
|
|