Lines Matching refs:ALOGE
65 ALOGE("Out of memory when create the compiler configuration!"); in configCompiler()
78 ALOGE("Failed to configure the compiler! (detail: %s)", in configCompiler()
93 ALOGE("Out of memory when create the linker configuration!"); in configLinker()
124 ALOGE("Failed to configure the linker! (%s)", in configLinker()
137 ALOGE("Failed to load LLVM module from file descriptor `%d'", pInputFd); in prepareScript()
143 ALOGE("Out of memory when create script for file descriptor `%d'!", in prepareScript()
161 ALOGE("Fatal error during compilation (%s)!", in compile()
181 ALOGE("Failed to open the output file! (file descriptor `%d': %s)", in link()
210 ALOGE("Failed to link the shared object (detail: %s)", in link()
226 ALOGE("Unsupported target '%s' (detail: %s)!", pTriple.c_str(), in Create()
249 ALOGE("Unknown architecture '%s' supplied in %s!", target->getName(), in Create()
274 ALOGE("Failed to prepare the output for compile the input from %d into " in build()