LLVM API Documentation
#include "llvm/Support/SystemUtils.h"
#include "llvm/System/Process.h"
#include "llvm/System/Program.h"
#include <iostream>
Include dependency graph for SystemUtils.cpp:
Go to the source code of this file.
Functions | |
bool | llvm::CheckBytecodeOutputToConsole (std::ostream *stream_to_check, bool print_warning) |
Check for output written to a console. | |
sys::Path | llvm::FindExecutable (const std::string &ExeName, const std::string &ProgramPath) |
Find a named executable. |