Home
last modified time | relevance | path

Searched refs:GenFunctionAnnotations (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSemitter.h38 void GenFunctionAnnotations(pandasm::Function *func) override;
Demitter.h67 virtual void GenFunctionAnnotations(pandasm::Function *func) = 0;
DETSemitter.h59 void GenFunctionAnnotations(pandasm::Function *func) override;
DJSemitter.cpp54 void JSFunctionEmitter::GenFunctionAnnotations(pandasm::Function *func) in GenFunctionAnnotations() function in panda::es2panda::compiler::JSFunctionEmitter
Demitter.cpp119 GenFunctionAnnotations(func); in Generate()
221 void FunctionEmitter::GenFunctionAnnotations(pandasm::Function *func) in GenFunctionAnnotations() function in panda::es2panda::compiler::FunctionEmitter
DETSemitter.cpp144 void ETSFunctionEmitter::GenFunctionAnnotations([[maybe_unused]] pandasm::Function *func) {} in GenFunctionAnnotations() function in panda::es2panda::compiler::ETSFunctionEmitter