Home
last modified time | relevance | path

Searched refs:kLlErr (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_logging.h125 enum LogLevel { kLlDbg, kLlLog, kLlInfo, kLlWarn, kLlErr, kLlFatal, kLlMax }; enumerator
303 if (PRINT_LEVEL_USER <= kLlErr) { \
304 logInfo.EmitLogForUser(num, kLlErr, fmt, ##__VA_ARGS__); \
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc.cpp61 maple::LogInfo::MapleLogger(kLlErr) in PhaseRun()
H A Dcg_phasemanager.cpp231 LogInfo::MapleLogger(kLlErr) << "Skipped generating .s because -no-cg is given" << '\n'; in PhaseRun()
H A Demit.cpp1760 maple::LogInfo::MapleLogger(kLlErr) << "something wrong happen in funclayoutsym\t" in EmitAsmLabel()
1895 maple::LogInfo::MapleLogger(kLlErr) << "ERROR: the last vtab/itab content should not be funcAddr\n"; in EmitAsmLabel()
2014 maple::LogInfo::MapleLogger(kLlErr) in EmitAsmLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dmpl_logging.cpp34 [kLlDbg] = "D", [kLlLog] = "L", [kLlInfo] = "Info ", [kLlWarn] = "Warn ", [kLlErr] = "Error", [kLlFatal] = "Fatal"};

Completed in 7 milliseconds