Home
last modified time | relevance | path

Searched defs:relocation (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcreated_object_file.cpp95 for (auto relocation : section.relocations()) { in GetStackMapInfo() local
107 for (auto relocation : section.relocations()) { in GetFaultMapInfo() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp245 RelocationInfo relocation; in CreateTailCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp708 void Encoder::MakeCall([[maybe_unused]] compiler::RelocationInfo *relocation) in MakeCall()
801 void Encoder::EncodeJump([[maybe_unused]] RelocationInfo *relocation) in EncodeJump()
Dcodegen.cpp2222 RelocationInfo relocation; in VisitCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp654 void Aarch32Encoder::EncodeJump([[maybe_unused]] RelocationInfo *relocation) in EncodeJump()
673 void Aarch32Encoder::MakeCall([[maybe_unused]] compiler::RelocationInfo *relocation) in MakeCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp546 void Amd64Encoder::EncodeJump(RelocationInfo *relocation) in EncodeJump()
580 void Amd64Encoder::MakeCall([[maybe_unused]] compiler::RelocationInfo *relocation) in MakeCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp394 void Aarch64Encoder::EncodeJump([[maybe_unused]] RelocationInfo *relocation) in EncodeJump()
424 void Aarch64Encoder::MakeCall([[maybe_unused]] compiler::RelocationInfo *relocation) in MakeCall()