Home
last modified time | relevance | path

Searched defs:FileKind (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Dwriter.py31 file_kind: FileKind,
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Doutputs.py53 class FileKind(str, Enum): class
196 file_kind: FileKind,
309 def get_files_by_kind(self, kind: FileKind) -> list[FileDescriptor]:
329 file_kind: FileKind,
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dwriter.py31 file_kind: FileKind,