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.cpp2765 GetGraph()->GetRelocationHandler()->AddRelocation(relocation); in VisitCall()
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.h108 void AddRelocation(const compiler::RelocationInfo &info) override;
Dfunction.cpp229 void Function::AddRelocation(const compiler::RelocationInfo &info) in AddRelocation() function in panda::irtoc::Function
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp274 GetGraph()->GetRelocationHandler()->AddRelocation(relocation); in CreateTailCall()