Home
last modified time | relevance | path

Searched refs:SetCurrentDebugComment (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp343 void LMIRBuilder::SetCurrentDebugComment(const std::string& comment) in SetCurrentDebugComment() function in maple::litecg::LMIRBuilder
345 mirBuilder.SetCurrentDebugComment(comment); in SetCurrentDebugComment()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h344 void SetCurrentDebugComment(const std::string &comment) in SetCurrentDebugComment() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h503 void SetCurrentDebugComment(const std::string& comment);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp248 lmirBuilder_->SetCurrentDebugComment(acc_.ToString(gate)); in HandleBB()