OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Command_
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CompilerDriver/
Action.h
26
///
Command_
- The actual command (for example, 'ls').
27
std::string
Command_
;
39
Command_
= C;
44
bool IsConstructed () { return (
Command_
.size() != 0);}
/external/llvm/lib/CompilerDriver/
Action.cpp
115
PrintCommand(
Command_
, Args_);
120
int ret = ExecuteProgram(
Command_
, Args_);
124
AppendToGlobalTimeLog(
Command_
, elapsed);
129
return ExecuteProgram(
Command_
, Args_);
Completed in 42 milliseconds