Home
last modified time | relevance | path

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

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