Searched refs:GetLinkedFunctionSection (Results 1 – 3 of 3) sorted by relevance
68 SectionReference GetLinkedFunctionSection(const std::string &fullFunctionName) const;
103 SectionReference ArkAotLinker::GetLinkedFunctionSection(const std::string &fullFunctionName) const in GetLinkedFunctionSection() function in ark::llvmbackend::ArkAotLinker
649 auto functionSection = linker->GetLinkedFunctionSection(methodName); in LinkModule()