HomeSort by: relevance | last modified time | path
    Searched defs:emitError (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContext.cpp 189 void LLVMContext::emitError(const Twine &ErrorStr) {
193 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) {
251 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) {
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTOCodeGenerator.cpp 224 emitError(ErrMsg);
235 emitError(ErrMsg);
256 emitError(EC.message());
291 emitError(EC.message());
331 emitError(ErrMsg);
553 emitError("LTO middle-end optimizations failed");
680 void LTOCodeGenerator::emitError(const std::string &ErrMsg) {
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
LinkModules.cpp 59 bool emitError(const Twine &Message) {
137 return emitError("Linking COMDATs named '" + ComdatName +
143 return emitError(
171 return emitError("Linking COMDATs named '" + ComdatName +
181 return emitError("Linking COMDATs named '" + ComdatName +
198 return emitError("Linking COMDATs named '" + ComdatName +
205 return emitError("Linking COMDATs named '" + ComdatName +
324 return emitError("Linking globals named '" + Src.getName() +

Completed in 27 milliseconds