Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Drelocations.h33 virtual void AddRelocation(const RelocationInfo &info) = 0;
Dcodegen.cpp2190 GetGraph()->GetRelocationHandler()->AddRelocation(relocation); in VisitCall()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.h108 void AddRelocation(const compiler::RelocationInfo &info) override;
Dfunction.cpp217 void Function::AddRelocation(const compiler::RelocationInfo &info) in AddRelocation() function in ark::irtoc::Function
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp313 GetGraph()->GetRelocationHandler()->AddRelocation(relocation); in CreateTailCall()