LLVM API Documentation
#include "llvm/Support/ToolRunner.h"#include "llvm/Config/config.h"#include "llvm/Support/Debug.h"#include "llvm/Support/FileUtilities.h"#include <fstream>#include <sstream>Include dependency graph for ToolRunner.cpp:

Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "toolrunner" |
Functions | |
| static void | ProcessFailure (std::string ProgPath, const char **Args) |
|
|
Definition at line 14 of file ToolRunner.cpp. |
|
||||||||||||
|
Definition at line 25 of file ToolRunner.cpp. References llvm::getUniqueFilename(), llvm::removeFile(), and llvm::RunProgramWithTimeout(). Referenced by llvm::GCC::ExecuteProgram(), llvm::GCC::MakeSharedObject(), llvm::LLC::OutputAsm(), and llvm::CBE::OutputC(). |