Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/driver/
Dcontexts.py62 class CompilerInvocation: class
94 invocation: CompilerInvocation
106 invocation: CompilerInvocation, argument
/arkcompiler/runtime_core/taihe/compiler/taihe/cli/
Dcompiler.py21 from taihe.driver.contexts import CompilerInstance, CompilerInvocation
98 invocation = CompilerInvocation(
Dtryit.py31 from taihe.driver.contexts import CompilerInstance, CompilerInvocation
359 invocation = CompilerInvocation(
/arkcompiler/runtime_core/taihe/compiler/tests/
Dtest_semantic_error.py22 from taihe.driver.contexts import CompilerInstance, CompilerInvocation
55 def __init__(self, invocation: CompilerInvocation): argument
82 pre_invocation = CompilerInvocation(
395 ani_invocation = CompilerInvocation(
/arkcompiler/runtime_core/taihe/compiler/taihe/utils/
Danalyses.py28 from taihe.driver.contexts import CompilerInvocation