Lines Matching full:an
8 AOT file has `.an` extension and it is a valid ELF file.
121 - `--output` - path to the output AOT file (default is `out.an`)
134 `ark --aot-file file.an file.abc _GLOBAL::main`
140 `ark_aot --panda-files=file1.abc:file2.abc --output file.an`
148 ark_aot --panda-files file.abc --output file.an
149 ark --aot-file file.an file.abc _GLOBAL::main
152 ark_aot --panda-files file.abc --output file.an
153 ark --aot-file file.an /local/data/tmp/file.abc _GLOBAL::main
156 ark_aot --panda-files file.abc --output file.an --location /local/data/tmp
157 ark --aot-file file.an /local/data/tmp/file.abc _GLOBAL::main
167 `ark_aotdump --show-code disasm file.an`
169 …interesting to see what code had generated for specific IR instruction, to do so there is an option
178 `ark_aot --compiler-disasm-dump --panda-files file.abc --output file.an`