Searched refs:make_string_error (Results 1 – 7 of 7) sorted by relevance
282 static Error make_string_error(const char *Format, Args &&... args) { in make_string_error() function404 return make_string_error("Context search didn't find a match."); in getDeclContext()406 return make_string_error("Context search found multiple matches."); in getDeclContext()569 return make_string_error("Multiple compile units for file `{0}` found.", in findVariables()575 return make_string_error("Compile unit `{0}` not found.", File); in findVariables()607 return make_string_error("Module has no symbol file."); in dumpAST()612 return make_string_error("Can't retrieve TypeSystemClang"); in dumpAST()617 return make_string_error("Retrieved TypeSystem was not a TypeSystemClang"); in dumpAST()623 return make_string_error("Can't retrieve translation unit declaration."); in dumpAST()635 return make_string_error("Module has no symbol file."); in dumpEntireClangAST()[all …]
15 static llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function57 return make_string_error("No action to execute."); in execute()60 return make_string_error( in execute()67 return make_string_error("Failed to run action."); in execute()77 return make_string_error( in create()
22 llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function83 return make_string_error("No action to execute."); in execute()86 return make_string_error( in execute()146 return make_string_error(ErrorMsg); in execute()163 return make_string_error( in create()
129 static inline Error make_string_error(const Twine &message) { in make_string_error() function190 return make_string_error("entry point not found"); in compileAndExecuteVoidFunction()200 return make_string_error("only single llvm.i32 function result supported"); in checkCompatibleReturnType()206 return make_string_error("only single llvm.i64 function result supported"); in checkCompatibleReturnType()212 return make_string_error("only single llvm.f32 function result supported"); in checkCompatibleReturnType()221 return make_string_error("entry point not found"); in compileAndExecuteSingleReturnFunction()224 return make_string_error("function inputs not supported"); in compileAndExecuteSingleReturnFunction()324 : make_string_error("unsupported function type"); in JitRunnerMain()
61 static Error make_string_error(const Twine &message) { in make_string_error() function236 return make_string_error("could not convert to LLVM IR"); in create()332 return make_string_error(os.str()); in lookup()338 return make_string_error("looked up function is null"); in lookup()
137 inline llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function307 return make_string_error( in applyAtomicChanges()314 return make_string_error("Failed to combine replacements in all changes: " + in applyAtomicChanges()321 return make_string_error( in applyAtomicChanges()330 return make_string_error("Failed to cleanup around replacements: " + in applyAtomicChanges()339 return make_string_error("Failed to apply all replacements: " + in applyAtomicChanges()349 return make_string_error( in applyAtomicChanges()362 return make_string_error( in applyAtomicChanges()
720 inline llvm::Error make_string_error(const llvm::Twine &Message) { in make_string_error() function2857 return make_string_error("Invalid fallback style \"" + FallbackStyleName); in getStyle()2863 return make_string_error("Error parsing -style: " + ec.message()); in getStyle()2869 return make_string_error("Invalid value for -style"); in getStyle()2877 return make_string_error(EC.message()); in getStyle()2905 return make_string_error(EC.message()); in getStyle()2914 return make_string_error("Error reading " + ConfigFile + ": " + in getStyle()2924 return make_string_error("Configuration file(s) do(es) not support " + in getStyle()