Searched defs:ErrInfo (Results 1 – 3 of 3) sorted by relevance
29 struct ErrInfo { struct30 ErrInfo(const Location& loc, const std::string& msg, const std::string& help) in ErrInfo() function33 Location location;34 Label toolchain_label;36 std::vector<LocationRange> ranges;38 std::string message;39 std::string help_text;41 std::vector<Err> sub_errs;
722 static bool verifyInsExtInstruction(const MachineInstr &MI, StringRef &ErrInfo, in verifyInsExtInstruction()
1512 StringRef &ErrInfo) const { in verifyInstruction()