Home
last modified time | relevance | path

Searched defs:sectionAddresses (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp120 …ror ArkAotLinker::RelocateSections(const std::unordered_map<std::string, size_t> &sectionAddresses, in RelocateSections()
149 … const std::unordered_map<std::string, size_t> &sectionAddresses, in RelocateFunctionSection()
176 … const std::unordered_map<std::string, size_t> &sectionAddresses, uint32_t moduleId) in RelocateSection()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Dllvm_aot_builder.cpp59 std::unordered_map<std::string, size_t> sectionAddresses { in GetSectionsAddressesImpl() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.h57 AotBuilderOffsets(std::unordered_map<std::string, size_t> sectionAddresses, in AotBuilderOffsets()
Dllvm_aot_compiler.cpp587 auto sectionAddresses = aotBuilder_->GetSectionsAddresses(cmdline_, filename_); in CollectAotBuilderOffsets() local