Home
last modified time | relevance | path

Searched refs:callfile (Results 1 – 5 of 5) sorted by relevance

/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py49 callfile = open(callname, "w")
54 callfile.write(line)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py51 callfile = open(callname, "w")
56 callfile.write(line)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py49 callfile = open(callname, "w")
54 callfile.write(line)
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py51 callfile = open(callname, "w")
56 callfile.write(line)
/external/ppp/pppd/
Doptions.c155 static int callfile __P((char **));
234 { "call", o_special, (void *)callfile,
1440 callfile(argv) in callfile() function