Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Delf_builder.h486 AddrPatch(ElfAddr *addr, PatchFunc func) : address_(addr), patchFunc_(std::move(func)) {} in AddrPatch()
489 *address_ = patchFunc_(); in Patch()
494 PatchFunc patchFunc_; variable