HomeSort by relevance Sort by last modified time
    Searched refs:InputFile (Results 26 - 50 of 59) sorted by null

12 3

  /frameworks/compile/slang/
slang_rs.cpp 293 const char *InputFile, *Output64File, *Output32File, *BCOutputFile,
330 InputFile = IOFile64Iter->first;
337 if (!setInputSource(InputFile))
345 mIsFilterscript = isFilterscript(InputFile);
431 if (!checkODR(InputFile))
slang.h 182 bool setInputSource(llvm::StringRef InputFile, const char *Text,
185 bool setInputSource(llvm::StringRef InputFile);
  /external/chromium_org/tools/gn/
loader_unittest.cc 44 scoped_ptr<InputFile> input_file;
74 canned->input_file.reset(new InputFile(source_file));
header_checker.cc 27 // an InputFile that must persist as long as the Err does.
29 // To make this work, this function creates a clone of the InputFile managed
33 LocationRange CreatePersistentRange(const InputFile& input_file,
35 InputFile* clone_input_file;
237 InputFile input_file(file);
262 const InputFile& source_file,
parse_tree_unittest.cc 16 InputFile input_file(SourceFile("//foo"));
scope_unittest.cc 31 InputFile input_file(SourceFile("//foo"));
145 InputFile input_file(SourceFile("//foo"));
180 InputFile input_file(SourceFile("//foo"));
tokenizer.cc 70 Tokenizer::Tokenizer(const InputFile* input_file, Err* err)
83 std::vector<Token> Tokenizer::Tokenize(const InputFile* input_file, Err* err) {
setup.cc 292 args_input_file_.reset(new InputFile(SourceFile()));
316 args_input_file_.reset(new InputFile(build_arg_source_file));
493 dotfile_input_file_.reset(new InputFile(SourceFile("//.gn")));
c_include_iterator.cc 112 CIncludeIterator::CIncludeIterator(const InputFile* input)
input_conversion.cc 36 InputFile* input_file;
target.h 24 class InputFile;
command_args.cc 77 const InputFile* file = location.file();
err.cc 163 const InputFile* input_file = location_.file();
header_checker_unittest.cc 76 InputFile input_file(SourceFile("//some_file.cc"));
input_conversion_unittest.cc 131 const InputFile* a_file = a_range.begin().file();
  /external/llvm/tools/lli/
lli.cpp 70 InputFile(cl::desc("<input bitcode>"), cl::Positional, cl::init("-"));
401 Module *Mod = ParseIRFile(InputFile, Err, Context);
410 CacheName.append(InputFile);
578 InputFile = FakeArgv0;
582 if (StringRef(InputFile).endswith(".bc"))
583 InputFile.erase(InputFile.length() - 3);
587 InputArgv.insert(InputArgv.begin(), InputFile);
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 39 class InputFile;
205 static RSInfo *ReadFromFile(InputFile &pInput);
  /external/clang/tools/driver/
cc1as_main.cpp 100 std::string InputFile;
133 InputFile = "-";
215 Opts.InputFile = A->getValue();
288 MemoryBuffer::getFileOrSTDIN(Opts.InputFile);
292 return Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;
  /external/clang/lib/Frontend/
ChainedIncludesSource.cpp 138 FrontendInputFile InputFile(includes[i], IK);
139 CInvok->getFrontendOpts().Inputs.push_back(InputFile);
194 if (!Clang->InitializeSourceManager(InputFile))
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 35 #include "bcc/Support/InputFile.h"
104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str());
129 InputFile info_file(info_path.string());
RSInfoReader.cpp 28 #include "bcc/Support/InputFile.h"
149 RSInfo *RSInfo::ReadFromFile(InputFile &pInput) {
  /external/clang/lib/Lex/
PPLexerChange.cpp 88 const llvm::MemoryBuffer *InputFile =
104 EnterSourceFileWithLexer(new Lexer(FID, InputFile, *this), CurDir);
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 81 InputFile("input", cl::init("/dev/null"),
347 int RetVal = AI->ExecuteProgram(BitcodeFile, InputArgv, InputFile, OutputFile,