Home
last modified time | relevance | path

Searched refs:codeProvider (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tools/debug/
Djit_writer.cpp114 auto codeProvider = std::make_unique<JitCodeDataProvider>(this); in WriteImpl() local
115 builder.GetTextSection()->SetDataProvider(std::move(codeProvider)); in WriteImpl()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp170 auto codeProvider = std::make_unique<CodeDataProvider>(this); in PrepareElfBuilder() local
171 builder.GetTextSection()->SetDataProvider(std::move(codeProvider)); in PrepareElfBuilder()