Lines Matching full:files
115 `ark_aot` tool aims to compile input panda files into the single AOT file that can be consumed by
120 - `--panda-files` - list of input panda files to be compiled
122 - `--location` - path where panda files are actually stored in the device
126 directory then path to `arkstdlib.abc` should be specified via `--boot-panda-files` option.
136 - `--panda-files` parameter specifies list of `ark_aot` or `ark` necessary input panda files which …
140 `ark_aot --panda-files=file1.abc:file2.abc --output file.an`
148 ark_aot --panda-files file.abc --output file.an
152 ark_aot --panda-files file.abc --output file.an
156 ark_aot --panda-files file.abc --output file.an --location /local/data/tmp
162 There is tool, named `ark_aotdump`, that aims to dump content of AOT files in yaml format. It can p…
171 Disassembler creates files with following name format `disasm-<METHOD_NAME>.txt`. IR dumps are writ…
178 `ark_aot --compiler-disasm-dump --panda-files file.abc --output file.an`