Searched refs:posInfo (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/debugger/ |
H A D | debuginfoDumper.cpp | 129 void DebugInfoDumper::WritePosInfo(const pandasm::debuginfo::Ins &posInfo) in WritePosInfo() argument 134 WriteProperty("boundLeft", posInfo.boundLeft); in WritePosInfo() 135 WriteProperty("boundRight", posInfo.boundRight); in WritePosInfo() 136 WriteProperty("sourceLineNum", static_cast<int32_t>(posInfo.lineNumber)); in WritePosInfo() 137 WriteProperty("wholeLine", posInfo.wholeLine, false); in WritePosInfo()
|
H A D | debuginfoDumper.h | 42 void WritePosInfo(const pandasm::debuginfo::Ins &posInfo);
|
/arkcompiler/ets_frontend/es2panda/compiler/debugger/ |
H A D | debuginfoDumper.cpp | 132 void DebugInfoDumper::WritePosInfo(const pandasm::debuginfo::Ins &posInfo) in WritePosInfo() argument 137 WriteProperty("boundLeft", posInfo.bound_left); in WritePosInfo() 138 WriteProperty("boundRight", posInfo.bound_right); in WritePosInfo() 139 WriteProperty("sourceLineNum", static_cast<int32_t>(posInfo.line_number)); in WritePosInfo() 140 WriteProperty("wholeLine", posInfo.whole_line, false); in WritePosInfo()
|
H A D | debuginfoDumper.h | 42 void WritePosInfo(const pandasm::debuginfo::Ins &posInfo);
|
Completed in 2 milliseconds