Home
last modified time | relevance | path

Searched refs:setInputSource (Results 1 – 3 of 3) sorted by relevance

/gdk/sources/llvm-ndk-cc/
DCompiler.h63 bool setInputSource(llvm::StringRef InputFile, const char *Text,
66 bool setInputSource(llvm::StringRef InputFile);
DCompiler.cpp199 bool Compiler::setInputSource(llvm::StringRef InputFile, in setInputSource() function in ndkpc::Compiler
219 bool Compiler::setInputSource(llvm::StringRef InputFile) { in setInputSource() function in ndkpc::Compiler
Dllvm-ndk-cc.cpp95 Compiler.setInputSource(InputFilename); in main()