Home
last modified time | relevance | path

Searched refs:IsThreadLocal (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_insn.cpp167 (offset->GetSymbol()->NeedPIC() || offset->GetSymbol()->IsThreadLocal())) { in Visit()
168 …std::string gotEntry = offset->GetSymbol()->IsThreadLocal() ? ", #:tlsdesc_lo12:" : ", #:got_lo12:… in Visit()
304 const bool isThreadLocal = symbol->IsThreadLocal(); in Visit()
Daarch64_cgfunc.cpp3105 } else if (symbol->IsThreadLocal()) { in SelectAddrof()
8367 if (symbol->IsThreadLocal()) { in MarkParmListCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h255 bool IsThreadLocal() const in IsThreadLocal() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2239 if (st->IsThreadLocal()) { in EmitLocalVariable()
2358 auto sectionConstrains = symbol.IsThreadLocal() ? ",\"awT\"," : ",\"aw\","; in EmitUninitializedSymbolsWithPrefixSection()
2558 } else if (mirSymbol->IsThreadLocal()) { in EmitGlobalVariable()
2612 bool isThreadLocal = mirSymbol->IsThreadLocal(); in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp2086 if (mirSymbol->IsThreadLocal()) { in EmitGlobalVariable()
2103 if (mirSymbol->IsThreadLocal()) { in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2845 if (symbol->IsThreadLocal()) { in LowerDreadToThreadLocal()
2872 if (symbol->IsThreadLocal()) { in LowerDassignToThreadLocal()