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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.h79 VOID PrintMsg (IN UINT32 LineNum = 0, IN CHAR8 *TokName = NULL, IN CONST CHAR8 *MsgType = "Error", IN CONST CHAR8 *ErrorMsg = "");
H A DVfrFormPkg.cpp546 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, pNode->mKey, "Error", pNode->mMsg);
608 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, pNode->mKey, "Error", "Var string is not the valid C variable");
627 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, FName, "Error", "Var Store Type is not defined");
633 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, FName, "Error", "Var Store Type is not defined");
1061 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", ErrorMsg);
1113 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", ErrorMsg);
1136 gCVfrErrorHandle.PrintMsg (0, NULL, "Error", "No found End Opcode in the end");
H A DVfrError.cpp195 CVfrErrorHandle::PrintMsg ( function in class:CVfrErrorHandle
H A DVfrUtilityLib.cpp905 gCVfrErrorHandle.PrintMsg (LineNum, NULL, "Warning", Msg);
922 gCVfrErrorHandle.PrintMsg (LineNum, NULL, "Error", "#pragma pack(pop...) : more pops than pushes");
936 gCVfrErrorHandle.PrintMsg (LineNum, NULL, "Error", "expected pragma parameter to be '1', '2', '4', '8', or '16'");
H A DVfrSyntax.g4072 gCVfrErrorHandle.PrintMsg (Tok->getLine(), Tok->getText(), "Error", ErrorMsg);

Completed in 5885 milliseconds