Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2067 auto sectionConstrains = symbol.IsThreadLocal() ? ",\"awT\"," : ",\"aw\","; in EmitAsmLabel() local
2302 auto sectionConstrains = isThreadLocal ? ",\"awT\"," : ",\"aw\","; in EmitAsmLabel() local