Home
last modified time | relevance | path

Searched refs:asmSection (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dasm_info.h62 return asmSection; in GetSection()
176 asmSection("\t.section\t", &memPool), in AsmInfo()
214 MapleString asmSection; member in maplebe::AsmInfo
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_insn.cpp222 std::string asmSection = GlobalTables::GetUStrTable().GetStringFromStrIdx(v->GetSymbol()->GetAsmAttr()); in Visit() local
223 (void)emitter.Emit(asmSection); in Visit()
329 std::string asmSection = GlobalTables::GetUStrTable().GetStringFromStrIdx(symbol->GetAsmAttr()); in Visit() local
330 (void)emitter.Emit(asmSection); in Visit()
611 std::string asmSection = GlobalTables::GetUStrTable().GetStringFromStrIdx(symbol.GetAsmAttr()); in Visit() local
612 (void)emitter.Emit(asmSection); in Visit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp316 std::string asmSection = GlobalTables::GetUStrTable().GetStringFromStrIdx(mirSymbol.GetAsmAttr()); in EmitAsmLabel() local
317 symName = asmSection; in EmitAsmLabel()

Completed in 6 milliseconds