LLVM 19.0.0git
Functions
GraphWriter.cpp File Reference
#include "llvm/Support/GraphWriter.h"
#include "DebugOptions.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ErrorOr.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Program.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
#include <system_error>
#include <vector>

Go to the source code of this file.

Functions

static std::string replaceIllegalFilenameChars (std::string Filename, const char ReplacementChar)
 
static bool ExecGraphViewer (StringRef ExecPath, std::vector< StringRef > &args, StringRef Filename, bool wait, std::string &ErrMsg)
 
static const chargetProgramName (GraphProgram::Name program)
 

Function Documentation

◆ ExecGraphViewer()

static bool ExecGraphViewer ( StringRef  ExecPath,
std::vector< StringRef > &  args,
StringRef  Filename,
bool  wait,
std::string &  ErrMsg 
)
static

◆ getProgramName()

static const char * getProgramName ( GraphProgram::Name  program)
static

◆ replaceIllegalFilenameChars()

static std::string replaceIllegalFilenameChars ( std::string  Filename,
const char  ReplacementChar 
)
static

Definition at line 99 of file GraphWriter.cpp.

Referenced by llvm::createGraphFilename().