Home
last modified time | relevance | path

Searched refs:getCompilerErrorMessage (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DScript.cpp184 ALOGE("LLVM error message: %s\n", getCompilerErrorMessage()); in prepareRelocatable()
232 ALOGE("LLVM error message: %s\n", getCompilerErrorMessage()); in prepareExecutable()
389 (getCompilerErrorMessage() == NULL)) in writeCache()
463 char const *Script::getCompilerErrorMessage() { in getCompilerErrorMessage() function in bcc::Script
469 return mCompiled->getCompilerErrorMessage(); in getCompilerErrorMessage()
DScriptCompiled.h88 char const *getCompilerErrorMessage() { in getCompilerErrorMessage() function
DScript.h164 char const *getCompilerErrorMessage();