Home
last modified time | relevance | path

Searched defs:outputname (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py7 def __init__(self, scriptname, outputname): argument
Dgenk-timing.py10 def __init__(self, scriptname, outputname): argument
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py7 def __init__(self, scriptname, outputname): argument
Dgenk-timing.py10 def __init__(self, scriptname, outputname): argument
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py5 def __init__(self, scriptname, outputname): argument
Dgenk-timing.py8 def __init__(self, scriptname, outputname): argument
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py5 def __init__(self, scriptname, outputname): argument
Dgenk-timing.py8 def __init__(self, scriptname, outputname): argument
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py10 def __init__(self, scriptname, outputname): argument
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py8 def __init__(self, scriptname, outputname): argument
/external/javassist/sample/preproc/
DCompiler.java71 String outputname = getOutputFilename(inputname); in Compiler() local