Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.h68 SectionReference GetLinkedFunctionSection(const std::string &fullFunctionName) const;
Dark_aot_linker.cpp103 SectionReference ArkAotLinker::GetLinkedFunctionSection(const std::string &fullFunctionName) const in GetLinkedFunctionSection() function in ark::llvmbackend::ArkAotLinker
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp649 auto functionSection = linker->GetLinkedFunctionSection(methodName); in LinkModule()