Home
last modified time | relevance | path

Searched defs:inputname (Results 1 – 3 of 3) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py42 def splitScript(inputname, libGenScript, timingScript): argument
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py42 def splitScript(inputname, libGenScript, timingScript): argument
/external/javassist/sample/preproc/
DCompiler.java62 public Compiler(String inputname) throws CannotCompileException { in Compiler()