HomeSort by relevance Sort by last modified time
    Searched refs:LLVMCreateMessage (Results 1 - 3 of 3) sorted by null

  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 58 *errMsg = LLVMCreateMessage(errMsgString.c_str());
  /external/llvm/include/llvm-c/
Core.h 432 char *LLVMCreateMessage(const char *Message);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 65 char *LLVMCreateMessage(const char *Message) {
120 return LLVMCreateMessage(MsgStorage.c_str());
    [all...]

Completed in 97 milliseconds