HomeSort by relevance Sort by last modified time
    Searched refs:OutputSuffix (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CompilerDriver/
Tool.cpp 52 const char* OutputSuffix) const {
61 Out.appendSuffix(OutputSuffix);
65 Out.appendSuffix(OutputSuffix);
70 Out = MakeTempFile(TempDir, "tmp", OutputSuffix);
72 Out = MakeTempFile(TempDir, sys::path::stem(In.str()), OutputSuffix);
  /external/llvm/include/llvm/CompilerDriver/
Tool.h 71 const char* OutputSuffix) const;
  /external/llvm/utils/TableGen/
LLVMCConfigurationEmitter.cpp 845 std::string OutputSuffix;
985 toolDesc_.OutputSuffix = InitPtrToString(d.getArg(0));
    [all...]

Completed in 2127 milliseconds