• Home
  • Raw
  • Download

Lines Matching refs:report_fatal_error

160     report_fatal_error("Parameter count mismatch");  in clone_params()
186 report_fatal_error("SrcLast param does not match End"); in clone_params()
188 report_fatal_error("DstLast param does not match End"); in clone_params()
193 report_fatal_error("SrcNext was unexpectedly null"); in clone_params()
195 report_fatal_error("DstNext was unexpectedly null"); in clone_params()
199 report_fatal_error("SrcNext.Previous param is not Current"); in clone_params()
203 report_fatal_error("DstNext.Previous param is not Current"); in clone_params()
210 report_fatal_error("Parameter count does not match iteration"); in clone_params()
217 report_fatal_error("LLVMGetValueKind returned incorrect type"); in check_value_kind()
230 report_fatal_error("Expected a constant"); in clone_constant_impl()
242 report_fatal_error("Could not find function"); in clone_constant_impl()
251 report_fatal_error("Could not find function"); in clone_constant_impl()
316 report_fatal_error("ConstantFP is not supported"); in clone_constant_impl()
321 report_fatal_error("Expected a constant expression"); in clone_constant_impl()
367 report_fatal_error("Expected an instruction"); in CloneValue()
395 report_fatal_error("Expected an instruction"); in CloneInstruction()
636 report_fatal_error("Expected only one indice"); in CloneInstruction()
645 report_fatal_error("Expected only one indice"); in CloneInstruction()
674 report_fatal_error("Basic block is not a basic block"); in DeclareBB()
679 report_fatal_error("Basic block name mismatch"); in DeclareBB()
698 report_fatal_error("Has no first instruction, but last one"); in CloneBB()
713 report_fatal_error("Final instruction does not match Last"); in CloneBB()
719 report_fatal_error("Next.Previous instruction is not Current"); in CloneBB()
744 report_fatal_error("Final basic block does not match Last"); in CloneBBs()
750 report_fatal_error("Next.Previous basic bloc is not Current"); in CloneBBs()
756 report_fatal_error("Basic block count does not match iterration"); in CloneBBs()
768 report_fatal_error("Range has an end but no begining"); in declare_symbols()
775 report_fatal_error("GlobalVariable already cloned"); in declare_symbols()
781 report_fatal_error(""); in declare_symbols()
787 report_fatal_error("Next.Previous global is not Current"); in declare_symbols()
797 report_fatal_error("Range has an end but no begining"); in declare_symbols()
808 report_fatal_error("Function already cloned"); in declare_symbols()
827 report_fatal_error("Last function does not match End"); in declare_symbols()
833 report_fatal_error("Next.Previous function is not Current"); in declare_symbols()
847 report_fatal_error("Range has an end but no begining"); in clone_symbols()
855 report_fatal_error("GlobalVariable must have been declared already"); in clone_symbols()
872 report_fatal_error(""); in clone_symbols()
878 report_fatal_error("Next.Previous global is not Current"); in clone_symbols()
888 report_fatal_error("Range has an end but no begining"); in clone_symbols()
898 report_fatal_error("Function must have been declared already"); in clone_symbols()
904 report_fatal_error("Could not find personality function"); in clone_symbols()
914 report_fatal_error("Last function does not match End"); in clone_symbols()
920 report_fatal_error("Next.Previous function is not Current"); in clone_symbols()
940 report_fatal_error("LLVM{Set,Get}ModuleIdentifier failed"); in llvm_echo()
946 report_fatal_error("Inconsistent DataLayout string representation"); in llvm_echo()