Home
last modified time | relevance | path

Searched defs:CompilerInterface (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dcompiler_interface.h35 struct CompilerInterface { struct
46 void operator=(const CompilerInterface &) = delete; argument
48 CompilerInterface &operator=(CompilerInterface &&) = delete; argument
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h60 class CompilerInterface; variable