Home
last modified time | relevance | path

Searched refs:getInputFileName (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang.cpp446 BCAccessorContext.rsFileName = getInputFileName().c_str(); in generateJavaBitcodeAccessor()
528 << getInputFileName() in checkODR()
693 getInputFileName(), outputFileName); in compile()
704 Opts.mJavaReflectionPathBase, getInputFileName(), in compile()
Dslang.h215 std::string const &getInputFileName() const { return mInputFileName; } in getInputFileName() function