Home
last modified time | relevance | path

Searched defs:sectionReference (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dark_aot_linker.cpp74 SectionReference sectionReference {memory, size, sectionName.str(), alignment}; in RememberAllocation() local
148 void ArkAotLinker::RelocateFunctionSection(const SectionReference &sectionReference, in RelocateFunctionSection()
175 void ArkAotLinker::RelocateSection(const SectionReference &sectionReference, in RelocateSection()
Dcreated_object_file.cpp82 auto sectionReference = GetSection(".text." + fullFunctionName + "."); in GetSectionByFunctionName() local