Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/wrappers/
Dpandasm_wrapper.h80 struct CatchBlockWrapper { struct
81 std::string wholeLine;
82 std::string exceptionRecord;
83 std::string tryBeginLabel;
84 std::string tryEndLabel;
85 std::string catchBeginLabel;
86 std::string catchEndLabel;
89CatchBlockWrapper(std::string ln, std::string excr, std::string tbl, std::string tel, std::string … in CatchBlockWrapper() function