OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputFilename
(Results
1 - 19
of
19
) sorted by null
/external/llvm/utils/FileUpdate/
FileUpdate.cpp
34
OutputFilename
(cl::Positional, cl::desc("<output-file>"), cl::Required);
41
if (
OutputFilename
== "-") {
56
MemoryBuffer::getFile(
OutputFilename
.c_str(), Out);
63
errs() << argv[0] << ": Not updating '" <<
OutputFilename
70
errs() << argv[0] << ": Updating '" <<
OutputFilename
73
tool_output_file OutStream(
OutputFilename
.c_str(), ErrorStr,
77
<<
OutputFilename
<< "': " << ErrorStr << '\n';
/external/llvm/tools/llvm-as/
llvm-as.cpp
37
OutputFilename
("o", cl::desc("Override output filename"),
55
if (
OutputFilename
.empty()) {
57
OutputFilename
= "-";
63
OutputFilename
= std::string(IFN.begin(), IFN.end()-3);
65
OutputFilename
= IFN; // Append a .bc to it
67
OutputFilename
+= ".bc";
73
OutputFilename
.c_str(), ErrorInfo, sys::fs::F_Binary));
/frameworks/compile/slang/
llvm-rs-as.cpp
42
OutputFilename
("o", cl::desc("Override output filename"),
73
if (
OutputFilename
.empty()) {
75
OutputFilename
= "-";
81
OutputFilename
= std::string(IFN.begin(), IFN.end()-3);
83
OutputFilename
= IFN; // Append a .bc to it
85
OutputFilename
+= ".bc";
91
(new tool_output_file(
OutputFilename
.c_str(), ErrorInfo,
/external/llvm/lib/TableGen/
Main.cpp
33
OutputFilename
("o", cl::desc("Output filename"), cl::value_desc("filename"),
55
if (
OutputFilename
== "-") {
66
DepOut.os() <<
OutputFilename
<< ":";
106
tool_output_file Out(
OutputFilename
.c_str(), Error);
108
errs() << argv0 << ": error opening " <<
OutputFilename
/external/llvm/examples/BrainF/
BrainFDriver.cpp
47
OutputFilename
("o", cl::desc("Output filename"), cl::value_desc("filename"));
101
if (
OutputFilename
== "") {
106
OutputFilename
= base+".bc";
108
if (
OutputFilename
!= "-") {
110
out = new raw_fd_ostream(
OutputFilename
.c_str(), ErrInfo,
/external/llvm/runtime/libprofile/
CommonProfiling.c
33
static const char *
OutputFilename
= "llvmprof.out";
36
* variable is set. If it is then save it and set
OutputFilename
.
47
OutputFilename
= SavedEnvVar;
54
* command line argument are set then change
OutputFilename
to the provided
77
OutputFilename
= strdup(argv[1]);
124
OutFile = open(
OutputFilename
, O_CREAT | O_WRONLY, 0666);
128
OutputFilename
);
/external/llvm/tools/llvm-dis/
llvm-dis.cpp
41
OutputFilename
("o", cl::desc("Override output filename"),
154
OutputFilename
= "-";
156
if (
OutputFilename
.empty()) { // Unspecified output, infer it.
158
OutputFilename
= "-";
164
OutputFilename
= std::string(IFN.begin(), IFN.end()-3)+".ll";
166
OutputFilename
= IFN+".ll";
172
OutputFilename
.c_str(), ErrorInfo, sys::fs::F_Binary));
/external/llvm/tools/llc/
llc.cpp
54
OutputFilename
("o", cl::desc("Output filename"), cl::value_desc("filename"));
87
std::string
outputFilename
;
93
outputFilename
= std::string(IFN.begin(), IFN.end()-3); // s/.bc/.s/
95
outputFilename
= IFN;
97
return
outputFilename
;
104
if (
OutputFilename
.empty()) {
106
OutputFilename
= "-";
108
OutputFilename
= GetFileNameRoot(InputFilename);
114
OutputFilename
+= ".cbe.c";
116
OutputFilename
+= ".cpp"
[
all
...]
/external/llvm/tools/llvm-link/
llvm-link.cpp
37
OutputFilename
("o", cl::desc("Override output filename"), cl::init("-"),
109
tool_output_file Out(
OutputFilename
.c_str(), ErrorInfo, sys::fs::F_Binary);
/frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp
38
OutputFilename
("o", cl::desc("Override output filename"), cl::init("-"),
129
tool_output_file Out(
OutputFilename
.c_str(), ErrorInfo,
/external/llvm/tools/bugpoint/
OptimizerDriver.cpp
124
std::string &
OutputFilename
, bool DeleteOutput,
137
OutputFilename
= UniqueFilename.str();
180
Args.push_back(
OutputFilename
.c_str());
223
sys::fs::remove(
OutputFilename
);
BugDriver.h
173
std::string
OutputFilename
,
260
std::string &
OutputFilename
, bool DeleteOutput = false,
/external/llvm/lib/Support/
Timer.cpp
58
const std::string &
OutputFilename
= getLibSupportInfoOutputFilename();
59
if (
OutputFilename
.empty())
61
if (
OutputFilename
== "-")
70
new raw_fd_ostream(
OutputFilename
.c_str(), Error, sys::fs::F_Append);
75
<<
OutputFilename
<< " for appending!\n";
/frameworks/compile/mclinker/tools/mcld/
main.cpp
352
std::string
OutputFilename
= DetermineOutputFilename(OptOutputFilename);
353
if (
OutputFilename
.empty()) {
358
if (!ConfigLinker(linker,
OutputFilename
)) {
362
if (!PrepareInputOutput(linker,
OutputFilename
)) {
/frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp
275
std::string
OutputFilename
= DetermineOutputFilename(OptOutputFilename);
276
if (
OutputFilename
.empty()) {
282
if (!rscd.build(*s,
OutputFilename
.c_str(), OptRuntimePath.c_str())) {
/external/llvm/tools/llvm-mc/
llvm-mc.cpp
47
OutputFilename
("o", cl::desc("Output filename"),
209
if (
OutputFilename
== "")
210
OutputFilename
= "-";
214
new tool_output_file(
OutputFilename
.c_str(), Err, sys::fs::F_Binary);
/external/llvm/tools/opt/
opt.cpp
65
OutputFilename
("o", cl::desc("Override output filename"),
606
if (!
OutputFilename
.empty())
611
if (
OutputFilename
.empty())
612
OutputFilename
= "-";
615
Out.reset(new tool_output_file(
OutputFilename
.c_str(), ErrorInfo,
677
if (
OutputFilename
.empty())
678
OutputFilename
= "-";
681
Out.reset(new tool_output_file(
OutputFilename
.c_str(), ErrorInfo,
/external/llvm/tools/llvm-extract/
llvm-extract.cpp
42
OutputFilename
("o", cl::desc("Specify output filename"),
268
tool_output_file Out(
OutputFilename
.c_str(), ErrorInfo, sys::fs::F_Binary);
/external/llvm/tools/llvm-stress/
llvm-stress.cpp
41
OutputFilename
("o", cl::desc("Override output filename"),
700
if (
OutputFilename
.empty())
701
OutputFilename
= "-";
704
Out.reset(new tool_output_file(
OutputFilename
.c_str(), ErrorInfo,
Completed in 223 milliseconds