Searched defs:sectionAddresses (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | ark_aot_linker.cpp | 120 …ror ArkAotLinker::RelocateSections(const std::unordered_map<std::string, size_t> §ionAddresses, in RelocateSections() 149 … const std::unordered_map<std::string, size_t> §ionAddresses, in RelocateFunctionSection() 176 … const std::unordered_map<std::string, size_t> §ionAddresses, uint32_t moduleId) in RelocateSection()
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | llvm_aot_builder.cpp | 59 std::unordered_map<std::string, size_t> sectionAddresses { in GetSectionsAddressesImpl() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_aot_compiler.h | 57 AotBuilderOffsets(std::unordered_map<std::string, size_t> sectionAddresses, in AotBuilderOffsets()
|
| D | llvm_aot_compiler.cpp | 587 auto sectionAddresses = aotBuilder_->GetSectionsAddresses(cmdline_, filename_); in CollectAotBuilderOffsets() local
|