Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py49 callfile = open(callname, "w")
54 callfile.write(line)
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dsplit-lib.py49 callfile = open(callname, "w")
54 callfile.write(line)
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py49 callfile = open(callname, "w")
54 callfile.write(line)
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dsplit-lib.py49 callfile = open(callname, "w")
54 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