Home
last modified time | relevance | path

Searched refs:kSourceMuidSectionStr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dnamemangler.h122 static constexpr const char kSourceMuidSectionStr[] = "__sourceMuidTab"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2594 Emit("\t.section\t." + std::string(kSourceMuidSectionStr) + ",\"a\", %progbits\n"); in EmitGlobalVariable()