Home
last modified time | relevance | path

Searched refs:ThrowVerifyErrorPragma (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dverify_pragma_info.h53 class ThrowVerifyErrorPragma : public VerifyPragmaInfo {
55 explicit ThrowVerifyErrorPragma(std::string errorMessage) in ThrowVerifyErrorPragma() function
59 ~ThrowVerifyErrorPragma() = default;
Dverify_annotation.h23 void AddVerfAnnoThrowVerifyError(MIRModule &md, const ThrowVerifyErrorPragma &info, MIRStructType &…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dverify_mark.cpp70 auto *pragma = static_cast<const ThrowVerifyErrorPragma *>(pragmaItem); in AddAnnotations()
Dverify_annotation.cpp108 void AddVerfAnnoThrowVerifyError(MIRModule &md, const ThrowVerifyErrorPragma &info, MIRStructType &… in AddVerfAnnoThrowVerifyError()
Dverification.cpp193 …const VerifyPragmaInfo *verifyError = allocator.GetMemPool()->New<ThrowVerifyErrorPragma>(std::mov… in AddPragmaVerifyError()