Lines Matching refs:report_fatal_error

172     report_fatal_error("Parameter count mismatch");  in clone_params()
199 report_fatal_error("SrcLast param does not match End"); in clone_params()
201 report_fatal_error("DstLast param does not match End"); in clone_params()
206 report_fatal_error("SrcNext was unexpectedly null"); in clone_params()
208 report_fatal_error("DstNext was unexpectedly null"); in clone_params()
212 report_fatal_error("SrcNext.Previous param is not Current"); in clone_params()
216 report_fatal_error("DstNext.Previous param is not Current"); in clone_params()
223 report_fatal_error("Parameter count does not match iteration"); in clone_params()
230 report_fatal_error("LLVMGetValueKind returned incorrect type"); in check_value_kind()
243 report_fatal_error("Expected a constant"); in clone_constant_impl()
266 report_fatal_error("Could not find function"); in clone_constant_impl()
275 report_fatal_error("Could not find variable"); in clone_constant_impl()
284 report_fatal_error("Could not find alias"); in clone_constant_impl()
360 report_fatal_error("ConstantFP is not supported"); in clone_constant_impl()
379 report_fatal_error("Unsupported constant kind"); in clone_constant_impl()
439 report_fatal_error("Expected an instruction"); in CloneValue()
467 report_fatal_error("Expected an instruction"); in CloneInstruction()
787 report_fatal_error("ExtractValue: Expected only one index"); in CloneInstruction()
789 report_fatal_error("ExtractValue: Expected an index"); in CloneInstruction()
798 report_fatal_error("InsertValue: Expected only one index"); in CloneInstruction()
800 report_fatal_error("InsertValue: Expected an index"); in CloneInstruction()
877 report_fatal_error("Basic block is not a basic block"); in DeclareBB()
883 report_fatal_error("Basic block name mismatch"); in DeclareBB()
902 report_fatal_error("Has no first instruction, but last one"); in CloneBB()
917 report_fatal_error("Final instruction does not match Last"); in CloneBB()
923 report_fatal_error("Next.Previous instruction is not Current"); in CloneBB()
948 report_fatal_error("Final basic block does not match Last"); in CloneBBs()
954 report_fatal_error("Next.Previous basic bloc is not Current"); in CloneBBs()
960 report_fatal_error("Basic block count does not match iterration"); in CloneBBs()
974 report_fatal_error("Range has an end but no beginning"); in declare_symbols()
982 report_fatal_error("GlobalVariable already cloned"); in declare_symbols()
988 report_fatal_error(""); in declare_symbols()
994 report_fatal_error("Next.Previous global is not Current"); in declare_symbols()
1004 report_fatal_error("Range has an end but no beginning"); in declare_symbols()
1014 report_fatal_error("Function already cloned"); in declare_symbols()
1034 report_fatal_error("Last function does not match End"); in declare_symbols()
1040 report_fatal_error("Next.Previous function is not Current"); in declare_symbols()
1050 report_fatal_error("Range has an end but no beginning"); in declare_symbols()
1060 report_fatal_error("Global alias already cloned"); in declare_symbols()
1070 report_fatal_error(""); in declare_symbols()
1076 report_fatal_error("Next.Previous global is not Current"); in declare_symbols()
1086 report_fatal_error("Range has an end but no beginning"); in declare_symbols()
1096 report_fatal_error("Global ifunc already cloned"); in declare_symbols()
1105 report_fatal_error(""); in declare_symbols()
1111 report_fatal_error("Next.Previous global is not Current"); in declare_symbols()
1121 report_fatal_error("Range has an end but no beginning"); in declare_symbols()
1131 report_fatal_error("Named Metadata Node already cloned"); in declare_symbols()
1137 report_fatal_error(""); in declare_symbols()
1143 report_fatal_error("Next.Previous global is not Current"); in declare_symbols()
1157 report_fatal_error("Range has an end but no beginning"); in clone_symbols()
1166 report_fatal_error("GlobalVariable must have been declared already"); in clone_symbols()
1192 report_fatal_error(""); in clone_symbols()
1198 report_fatal_error("Next.Previous global is not Current"); in clone_symbols()
1208 report_fatal_error("Range has an end but no beginning"); in clone_symbols()
1219 report_fatal_error("Function must have been declared already"); in clone_symbols()
1227 report_fatal_error("Could not find personality function"); in clone_symbols()
1246 report_fatal_error("Last function does not match End"); in clone_symbols()
1252 report_fatal_error("Next.Previous function is not Current"); in clone_symbols()
1262 report_fatal_error("Range has an end but no beginning"); in clone_symbols()
1273 report_fatal_error("Global alias must have been declared already"); in clone_symbols()
1285 report_fatal_error("Last global alias does not match End"); in clone_symbols()
1291 report_fatal_error("Next.Previous global alias is not Current"); in clone_symbols()
1301 report_fatal_error("Range has an end but no beginning"); in clone_symbols()
1312 report_fatal_error("Global ifunc must have been declared already"); in clone_symbols()
1324 report_fatal_error("Last global alias does not match End"); in clone_symbols()
1330 report_fatal_error("Next.Previous global alias is not Current"); in clone_symbols()
1340 report_fatal_error("Range has an end but no beginning"); in clone_symbols()
1351 report_fatal_error("Named MD Node must have been declared already"); in clone_symbols()
1365 report_fatal_error("Last Named MD Node does not match End"); in clone_symbols()
1371 report_fatal_error("Next.Previous Named MD Node is not Current"); in clone_symbols()
1396 report_fatal_error("Inconsistent DataLayout string representation"); in llvm_echo()