Searched refs:setInputSource (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/llvm-ndk-cc/
H A DCompiler.h63 bool setInputSource(llvm::StringRef InputFile, const char *Text,
66 bool setInputSource(llvm::StringRef InputFile);
H A Dllvm-ndk-cc.cpp95 Compiler.setInputSource(InputFilename);
H A DCompiler.cpp207 bool Compiler::setInputSource(llvm::StringRef InputFile, function in class:ndkpc::Compiler
227 bool Compiler::setInputSource(llvm::StringRef InputFile) { function in class:ndkpc::Compiler
/frameworks/compile/slang/
H A Dslang.h181 bool setInputSource(llvm::StringRef InputFile, const char *Text,
184 bool setInputSource(llvm::StringRef InputFile);
H A Dslang.cpp288 bool Slang::setInputSource(llvm::StringRef InputFile, function in class:slang::Slang
308 bool Slang::setInputSource(llvm::StringRef InputFile) { function in class:slang::Slang
H A Dslang_rs.cpp334 if (!setInputSource(InputFile))

Completed in 173 milliseconds