Home
last modified time | relevance | path

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

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